public static class LegacyGeocacheCompat.GeocacheDeviceDataCompat_v1
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LegacyGeocacheCompat.GeocacheDeviceDataCompat_v1.IpcDefinesCompat_v1
Defines the keys used to bundle and unbundle the
AntPlusGeocachePcc.GeocacheDeviceData before it was a parcelable |
Constructor and Description |
---|
LegacyGeocacheCompat.GeocacheDeviceDataCompat_v1() |
Modifier and Type | Method and Description |
---|---|
static AntPlusGeocachePcc.GeocacheDeviceData |
readGddFromBundleCompat_v1(Bundle b)
Creates an instance from the data saved in a bundle written by
#writeGddToBundleCompat_v1(GeocacheDeviceData, Bundle) . |
static AntPlusGeocachePcc.ProgrammableGeocacheDeviceData |
readPgddFromBundle(Bundle b)
Creates an instance from the data saved in a bundle written by
#writePgddToBundle(ProgrammableGeocacheDeviceData, Bundle) . |
static void |
writeGddToBundleCompat_v1(AntPlusGeocachePcc.GeocacheDeviceData d,
Bundle b)
Writes all the data in this object out to a bundle in a format that can be read by
readGddFromBundleCompat_v1(Bundle) . |
static void |
writePgddToBundle(AntPlusGeocachePcc.ProgrammableGeocacheDeviceData p,
Bundle b)
Writes all the data in this object out to a bundle in a format that can be read by
readPgddFromBundle(Bundle) . |
public LegacyGeocacheCompat.GeocacheDeviceDataCompat_v1()
public static AntPlusGeocachePcc.GeocacheDeviceData readGddFromBundleCompat_v1(Bundle b)
#writeGddToBundleCompat_v1(GeocacheDeviceData, Bundle)
.b
- The bundle that contains the data.AntPlusGeocachePcc.GeocacheDeviceData
object containing all the data from the bundlepublic static void writeGddToBundleCompat_v1(AntPlusGeocachePcc.GeocacheDeviceData d, Bundle b)
readGddFromBundleCompat_v1(Bundle)
.d
- The geocacheDeviceData to writeb
- The bundle to write the data to.public static AntPlusGeocachePcc.ProgrammableGeocacheDeviceData readPgddFromBundle(Bundle b)
#writePgddToBundle(ProgrammableGeocacheDeviceData, Bundle)
.b
- The bundle that contains the data.AntPlusGeocachePcc.ProgrammableGeocacheDeviceData
object containing all the data from the bundlepublic static void writePgddToBundle(AntPlusGeocachePcc.ProgrammableGeocacheDeviceData p, Bundle b)
readPgddFromBundle(Bundle)
.p
- The ProgrammableGeocacheDeviceData object to writeb
- The bundle to write the data to.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.