InAppMessagingInterface
interface InAppMessagingInterface
In-app messaging
Properties
Functions
Link copied to clipboard
Notifies In-App messages that the display conditions should be reevaluated. This should only be called when state that was used to prevent a display with InAppMessageDisplayDelegate
changes.
Link copied to clipboard
abstract fun setAdapterFactoryBlock(type: CustomDisplayAdapterType, factoryBlock: (Context, InAppMessage, AirshipCachedAssets) -> CustomDisplayAdapter?)
Sets a factory block for a custom display adapter. If the factory block returns a nil adapter, the default adapter will be used.