CustomAttributesMappingHandler
fun interface CustomAttributesMappingHandler
Callback invoked to map interstitial custom attributes to e.g. tracking URLs. See InterstitialsConfig.customAttributesMapping for more implementation details.
Functions
| Name | Summary |
|---|---|
| handleInterstitialMapping | abstract fun handleInterstitialMapping(mappingData: InterstitialMappingData, mappingRegistry: InterstitialCustomAttributesMappingRegistry) Callback invoked to map interstitial custom attributes to e.g. tracking URLs. |