NavigationViewInstanceState

open class NavigationViewInstanceState : Parcelable

Constructors

NavigationViewInstanceState
Link copied to clipboard
open fun NavigationViewInstanceState(bottomSheetBehaviorState: Int, recenterButtonVisibility: Int, instructionViewVisible: Boolean, isWayNameVisible: Boolean, wayNameText: String, isMuted: Boolean)

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
open fun describeContents(): Int
isInstructionViewVisible
Link copied to clipboard
open fun isInstructionViewVisible(): Boolean
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

bottomSheetBehaviorState
Link copied to clipboard
private open val bottomSheetBehaviorState: Int
CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<NavigationViewInstanceState>
isMuted
Link copied to clipboard
private open val isMuted: Boolean
isWayNameVisible
Link copied to clipboard
private open val isWayNameVisible: Boolean
recenterButtonVisibility
Link copied to clipboard
private open val recenterButtonVisibility: Int
wayNameText
Link copied to clipboard
private open val wayNameText: String