STWGeolocationStatus

annotation class STWGeolocationStatus

Properties

Link copied to clipboard
val OFF: Int
The geolocation status is OFF
Link copied to clipboard
val ON_REQUEST: Int
The geolocation status is ON_REQUEST
Link copied to clipboard
val ON_TRACKING: Int
The geolocation status is ON_TRACKING

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String