InterstitialCustomAttributesMappingRegistry
interface InterstitialCustomAttributesMappingRegistry
Object for mapping custom attributes to interstitial related information such as tracking events.
Properties
| Name | Summary |
|---|---|
| clickThroughUrl | abstract var clickThroughUrl: String? The click-through URL to open when the interstitial is clicked. |
| tracking | abstract val tracking: InterstitialTrackingRegistry Object for registering tracking events. URLs are automatically merged across invocations for the same interstitial asset. |