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
open fun onBackCancelled()

Called if the user cancels the back gesture or button.

Link copied to clipboard
open fun onBackInvoked()

Called when the back gesture or button is completed (the user lifts their finger).

Link copied to clipboard
abstract fun onBackProgressed(backEvent: BackEvent)

Called as the user progresses with the back gesture or holds down the back button.

Link copied to clipboard
open fun onBackStarted(backEvent: BackEvent)

Called when the back gesture or button has started.