IIn App Message Back Event Listener
interface IInAppMessageBackEventListener
IInAppMessageBackEventListener allows in-app message views to listen to back animation callbacks for back events. Requires API 34+.
Animations are supported for gesture navigation modes on API 34+ and for 3-button navigation modes on API 36+.
See also BackEvent and OnBackAnimationCallback
Inheritors
Functions
Link copied to clipboard
Called if the user cancels the back gesture or button.
Link copied to clipboard
Called when the back gesture or button is completed (the user lifts their finger).
Link copied to clipboard
Called as the user progresses with the back gesture or holds down the back button.
Link copied to clipboard
Called when the back gesture or button has started.