-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ContextMenuButtonsParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private AContextMenuButtonleftButtonprivate AContextMenuButtonrightButtonprivate Stringidprivate StringappPackageprivate StringlayerIdprivate longcallbackIdpublic final static Parcelable.Creator<ContextMenuButtonsParams>CREATOR
-
Constructor Summary
Constructors Constructor Description ContextMenuButtonsParams(AContextMenuButton leftButton, AContextMenuButton rightButton, String id, String appPackage, String layerId, long callbackId, List<String> pointsIds)ContextMenuButtonsParams(Parcel in)
-
Method Summary
Modifier and Type Method Description AContextMenuButtongetLeftButton()AContextMenuButtongetRightButton()StringgetId()StringgetAppPackage()StringgetLayerId()longgetCallbackId()voidsetCallbackId(long callbackId)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
-
ContextMenuButtonsParams
ContextMenuButtonsParams(AContextMenuButton leftButton, AContextMenuButton rightButton, String id, String appPackage, String layerId, long callbackId, List<String> pointsIds)
-
ContextMenuButtonsParams
ContextMenuButtonsParams(Parcel in)
-
-
Method Detail
-
getLeftButton
AContextMenuButton getLeftButton()
-
getRightButton
AContextMenuButton getRightButton()
-
getAppPackage
String getAppPackage()
-
getLayerId
String getLayerId()
-
getCallbackId
long getCallbackId()
-
setCallbackId
void setCallbackId(long callbackId)
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-