Package 

Enum LocationPermissionState

  • 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 as Always . Indeterminate - when location permission is either not granted or set to anything else apart from above cases.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait