GMBLApplicationStatus Class Reference

Inherits from NSObject
Declared in GMBLApplicationStatus.h

Overview

The GMBLServicesState class is designed to find out if services required by Gimbal are available from iOS.

  delegate

Delegate receiving notifications on iOS service state changes

@property (nonatomic, weak) id<GMBLApplicationStatusDelegate> delegate

Discussion

Delegate receiving notifications on iOS service state changes

Declared In

GMBLApplicationStatus.h

+ locationStatus

Retrieves the current authorization state for location

+ (GMBLLocationStatus)locationStatus

Discussion

Retrieves the current authorization state for location

Declared In

GMBLApplicationStatus.h

+ bluetoothStatus

Retrieves the current state for Bluetooth

+ (GMBLBluetoothStatus)bluetoothStatus

Discussion

Retrieves the current state for Bluetooth

Declared In

GMBLApplicationStatus.h

+ statusDescription

Returns string containing a problem statement for services required by Gimbal

+ (nullable NSString *)statusDescription

Discussion

Returns string containing a problem statement for services required by Gimbal

Declared In

GMBLApplicationStatus.h