services-api / com.keecker.services.navigation.interfaces / SafeModeState
SafeModeState
open class SafeModeState : Parcelable
Hide
Constructors
| <init> | SafeModeState(state: Boolean) |
Properties
| CREATOR | static val CREATOR: Creator<SafeModeState> |
| state | var state: Boolean |
Functions
| describeContents | open fun describeContents(): Int |
| toString | open fun toString(): String |
| writeToParcel | open fun writeToParcel(dest: Parcel, flags: Int): Unit |