-
- All Implemented Interfaces:
-
android.os.Parcelable
public class UpdateContextMenuButtonsParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<UpdateContextMenuButtonsParams>CREATOR
-
Constructor Summary
Constructors Constructor Description UpdateContextMenuButtonsParams(ContextMenuButtonsParams widget)UpdateContextMenuButtonsParams(Parcel in)
-
Method Summary
Modifier and Type Method Description ContextMenuButtonsParamsgetContextMenuButtonsParams()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
-
UpdateContextMenuButtonsParams
UpdateContextMenuButtonsParams(ContextMenuButtonsParams widget)
-
UpdateContextMenuButtonsParams
UpdateContextMenuButtonsParams(Parcel in)
-
-
Method Detail
-
getContextMenuButtonsParams
ContextMenuButtonsParams getContextMenuButtonsParams()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-