-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum LocationPermissionState extends Enum<LocationPermissionState>
Represents the permission states for Location WhileInUse - when location permission is granted and set as
WhileInUse
. Always - when location permission is granted and set asAlways
. Indeterminate - when location permission is either not granted or set to anything else apart from above cases.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Indeterminate
Always
WhileInUse
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-