-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ParcelableMMKV implements Parcelable
A helper class for MMKV based on Anonymous Shared Memory. mmkvWithAshmemID
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ParcelableMMKV>CREATOR
-
Constructor Summary
Constructors Constructor Description ParcelableMMKV(MMKV mmkv)
-
Method Summary
Modifier and Type Method Description MMKVtoMMKV()intdescribeContents()voidwriteToParcel(@NonNull() Parcel dest, int flags)-
-
Constructor Detail
-
ParcelableMMKV
ParcelableMMKV(MMKV mmkv)
-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NonNull() Parcel dest, int flags)
-
-
-
-