CustomCreative
Overview
This is a screen (popup/prefab) embedded in the application, with a configurable ScreenId from the front-end configuratuion panel. It will be requested from the application during campaign processing. For example, an InApp campaign will be requested after a transition that will first show the user some sort of popup (created directly in Unity by you) about what they will get by purchasing this product, the user can close this creative or click on the buy button, then a native store window will appear to purchase the product. Inherits ICreative.
Attributes
IReadOnlyDictionary<string, object> Attributes { get; }
See ICreative.
ScreenId
string ScreenId { get; }
The unique identifier of the custom creative. Used to display an appropriate popup, such as some prefab.