-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum RadarTrackingOptions.RadarTrackingOptionsSync extends Enum<RadarTrackingOptions.RadarTrackingOptionsSync>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ALLSyncs all location updates to the server.
STOPS_AND_EXITSSyncs only stops and exits to the server.
NONEDoes not sync location updates to the server.
-
Method Summary
Modifier and Type Method Description final StringtoRadarString()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
toRadarString
final String toRadarString()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-