In App Message Back Event Handler
open class InAppMessageBackEventHandler(activity: Activity, inAppMessageView: IInAppMessageBackEventListener?)
InAppMessageBackEventHandler handles back events by creating a back animation callback. 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