-
- All Implemented Interfaces:
-
android.os.Parcelable
public class PreferenceParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private StringprefIdprivate StringappModeKeyprivate Stringvaluepublic final static Parcelable.Creator<PreferenceParams>CREATOR
-
Constructor Summary
Constructors Constructor Description PreferenceParams(String prefId)PreferenceParams(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetPrefId()StringgetAppModeKey()voidsetAppModeKey(String appModeKey)StringgetValue()voidsetValue(String value)voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAppModeKey
String getAppModeKey()
-
setAppModeKey
void setAppModeKey(String appModeKey)
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-