TransitionKey

value class TransitionKey(key: String) : Parcelable

A key to uniquely identify this transition that can be used in conjunction with NavOptions.withAnimation to specify animations for navigating to a new destination.

See also

Constructors

Link copied to clipboard
fun TransitionKey(key: String)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)