BundleCreative
BundleCreative API
Bundles are entities that are not in the application at the build-time, but are uploaded to the server as asset bundles and downloaded in the runtime game for later display to the user. In our SDK they are represented by default as bundle creatives that you can add for different campaigns. You can read more about building and usage of bundles on the related page. Inherits ICreative.
Attributes
IReadOnlyDictionary<string, object> Attributes { get; }
See ICreative.
Url
string Url { get; }
Stores a url link to the Asset Bundle content.
ButtonCloseTimeout
float ButtonCloseTimeout { get; }
Determines the time after which the button to close the creative should appear.
Background
[CanBeNull]
CreativeBackground Background { get; }
See CreativeBackground.