RichMediaPresentingDelegate

Interface for Rich Media presentation managing.

Functions

Link copied to clipboard
abstract fun onClose(richMedia: RichMedia)
Tells the delegate that Rich Media has been closed.
Link copied to clipboard
abstract fun onError(richMedia: RichMedia, pushwooshException: PushwooshException)
Tells the delegate that error during Rich Media presenting has been occured.
Link copied to clipboard
abstract fun onPresent(richMedia: RichMedia)
Tells the delegate that Rich Media has been displayed.
Link copied to clipboard
abstract fun shouldPresent(richMedia: RichMedia): Boolean
Checks the delegate whether the Rich Media should be displayed.