-
- All Implemented Interfaces:
-
android.os.Parcelable
public class SelectProfileParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPROFILE_ID_KEYprivate StringappModeKeypublic final static Parcelable.Creator<SelectProfileParams>CREATOR
-
Constructor Summary
Constructors Constructor Description SelectProfileParams(String appModeKey)SelectProfileParams(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetAppModeKey()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()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-