-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ExportProfileParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPROFILE_KEYpublic final static StringSETTINGS_TYPE_KEYprivate Stringprofilepublic final static Parcelable.Creator<ExportProfileParams>CREATOR
-
Constructor Summary
Constructors Constructor Description ExportProfileParams(String profile, ArrayList<AExportSettingsType> settingsTypeList)ExportProfileParams(String profile, List<String> settingsTypeList)ExportProfileParams(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetProfile()List<String>getSettingsTypeKeys()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
-
getProfile
String getProfile()
-
getSettingsTypeKeys
List<String> getSettingsTypeKeys()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-