toggle menu
Pushwoosh Android SDK
main
switch theme
search in API
pushwoosh
/
com.pushwoosh.richmedia
/
RichMediaPresentingDelegate
Rich
Media
Presenting
Delegate
interface
RichMediaPresentingDelegate
Interface for Rich Media presentation managing.
Members
Functions
on
Close
Link copied to clipboard
abstract
fun
onClose
(
richMedia
:
RichMedia
)
Tells the delegate that Rich Media has been closed.
on
Error
Link copied to clipboard
abstract
fun
onError
(
richMedia
:
RichMedia
,
pushwooshException
:
PushwooshException
)
Tells the delegate that error during Rich Media presenting has been occured.
on
Present
Link copied to clipboard
abstract
fun
onPresent
(
richMedia
:
RichMedia
)
Tells the delegate that Rich Media has been displayed.
should
Present
Link copied to clipboard
abstract
fun
shouldPresent
(
richMedia
:
RichMedia
)
:
Boolean
Checks the delegate whether the Rich Media should be displayed.