ImageCreative
Overview
This creative contains an image that is configured in the admin panel and will be shown to the user within a frame. For example, after the transition to a new level InApp campaign will be requested, which will first show the user an image of what he will get by purchasing this product, the user can close this creative or click on the purchase button after which the native window from the store for purchasing the product will appear. Inherits ICreative.
Attributes
IReadOnlyDictionary<string, object> Attributes { get; }
See ICreative.
IsFullScreen
bool IsFullScreen { get; }
Describes whether this image should be displayed full screen. By default, returns true
if the Background
Opacity is equal to or greater than 100.
Portrait
string Portrait { get; }
Stores a link to a portrait image for creative.
Landscape
string Landscape { get; }
Stores a link to a landscape image for creative.
ButtonCloseTimeout
float ButtonCloseTimeout { get; }
Determines the time after which the button to close the creative should appear.
Background
[CanBeNull]
CreativeBackground Background { get; }
See CreativeBackground.