GMBLLocationStatus Constants Reference
| Declared in | GMBLApplicationStatus.h |
|---|
GMBLLocationStatus
Defines the status of location services .
Definition
typedef NS_ENUM(NSInteger, GMBLLocationStatus ) {
GMBLLocationStatusOK,
GMBLLocationStatusAdminRestricted,
GMBLLocationStatusNotAuthorizedAlways,
};
Constants
GMBLLocationStatusOK-
User has given the application the necessary location permissions for Gimbal to operate correctly.
Declared In
GMBLApplicationStatus.h. GMBLLocationStatusAdminRestricted-
The user is unable to provide the application with the necessary location permissions for Gimbal to operate correctly and the current permissions are insufficent.
Declared In
GMBLApplicationStatus.h. GMBLLocationStatusNotAuthorizedAlways-
The user has denied the application necessary location permissions for Gimbal to operate correctly
Declared In
GMBLApplicationStatus.h.
Declared In
GMBLApplicationStatus.h