public final class ParcelableMMKV
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ParcelableMMKV> |
CREATOR |
| Constructor and Description |
|---|
ParcelableMMKV(MMKV mmkv) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
MMKV |
toMMKV() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<ParcelableMMKV> CREATOR
public ParcelableMMKV(MMKV mmkv)
public MMKV toMMKV()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable