public interface AlertBannerStateListener
Modifier and Type | Method and Description |
---|---|
void |
onWillCancelAlert()
Called when users click on close button, and the alert is about to close.
|
void |
onWillLeaveActivity()
Called when users click on Open button, and the external browser is about
to open.
|
void |
onWillShowBanner()
Called when the alert is about to be shown.
|
void onWillLeaveActivity()
void onWillCancelAlert()
void onWillShowBanner()