Modifier and Type |
Method and Description |
android.app.Activity |
getActivity() |
android.content.Context |
getApplicationContext() |
IInAppMessageManagerListener |
getControlInAppMessageManagerListener()
|
IInAppMessageViewFactory |
getDefaultInAppMessageViewFactory(IInAppMessage inAppMessage)
|
boolean |
getDoesBackButtonDismissInAppMessageView() |
boolean |
getDoesClickOutsideModalViewDismissInAppMessageView() |
IHtmlInAppMessageActionListener |
getHtmlInAppMessageActionListener() |
IInAppMessageAnimationFactory |
getInAppMessageAnimationFactory() |
IInAppMessageManagerListener |
getInAppMessageManagerListener() |
IInAppMessageViewFactory |
getInAppMessageViewFactory(IInAppMessage inAppMessage) |
IInAppMessageViewWrapperFactory |
getInAppMessageViewWrapperFactory() |
void |
setBackButtonDismissesInAppMessageView(boolean backButtonDismissesInAppMessageView)
Sets whether the hardware back button dismisses in-app messages.
|
void |
setClickOutsideModalViewDismissInAppMessageView(boolean doesDismiss)
Sets whether the tapping outside the modal in-app message content dismiss the
message.
|
void |
setCustomControlInAppMessageManagerListener(IInAppMessageManagerListener inAppMessageManagerListener)
|
void |
setCustomHtmlInAppMessageActionListener(IHtmlInAppMessageActionListener htmlInAppMessageActionListener)
Assigns a custom IHtmlInAppMessageActionListener that will be used during the display of Html in-app messages.
|
void |
setCustomInAppMessageAnimationFactory(IInAppMessageAnimationFactory inAppMessageAnimationFactory)
Assigns a custom IInAppMessageAnimationFactory that will be used to animate the in-app message View.
|
void |
setCustomInAppMessageManagerListener(IInAppMessageManagerListener inAppMessageManagerListener)
|
void |
setCustomInAppMessageViewFactory(IInAppMessageViewFactory inAppMessageViewFactory)
Assigns a custom IInAppMessageViewFactory that will be used to create the in-app message View.
|
void |
setCustomInAppMessageViewWrapperFactory(IInAppMessageViewWrapperFactory inAppMessageViewWrapperFactory)
|