-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ANavigationVoiceRouterMessageParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private longcallbackIdprivate booleansubscribeToUpdatespublic final static Parcelable.Creator<ANavigationVoiceRouterMessageParams>CREATOR
-
Constructor Summary
Constructors Constructor Description ANavigationVoiceRouterMessageParams()
-
Method Summary
Modifier and Type Method Description longgetCallbackId()voidsetCallbackId(long callbackId)voidsetSubscribeToUpdates(boolean subscribeToUpdates)booleanisSubscribeToUpdates()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
-
getCallbackId
long getCallbackId()
-
setCallbackId
void setCallbackId(long callbackId)
-
setSubscribeToUpdates
void setSubscribeToUpdates(boolean subscribeToUpdates)
-
isSubscribeToUpdates
boolean isSubscribeToUpdates()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-