Annotation Interface MyTrackerConfig.LocationTrackingMode

Enclosing class:
MyTrackerConfig

@Retention(SOURCE) public static @interface MyTrackerConfig.LocationTrackingMode
Values for configuration of geolocation collection and tracking mode
Value is NONE, CACHED, or ACTIVE
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Geolocation will be updated during tracking and the last known geolocation will be tracked
    static final int
    The last known geolocation will be tracked
    static final int
    Geolocation not tracking
  • Field Details

    • ACTIVE

      static final int ACTIVE
      Geolocation will be updated during tracking and the last known geolocation will be tracked
      See Also:
    • CACHED

      static final int CACHED
      The last known geolocation will be tracked
      See Also:
    • NONE

      static final int NONE
      Geolocation not tracking
      See Also: