-
- All Implemented Interfaces:
-
android.os.Parcelable
public class PluginParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private StringpluginIdprivate intnewStatepublic final static Parcelable.Creator<PluginParams>CREATOR
-
Constructor Summary
Constructors Constructor Description PluginParams(String pluginId, int newState)
-
Method Summary
Modifier and Type Method Description StringgetPluginId()intgetNewState()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
-
-
Constructor Detail
-
PluginParams
PluginParams(String pluginId, int newState)
-
-
Method Detail
-
getPluginId
String getPluginId()
-
getNewState
int getNewState()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-