TransitionEndListener

fun fun interface TransitionEndListener

A listener that is notified when a NavigationCamera transition ends.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onTransitionEnd
Link copied to clipboard
abstract fun onTransitionEnd(isCanceled: Boolean)
Notifies the end of the transition.
toString
Link copied to clipboard
open fun toString(): String