IAStatus
Objective-C
@interface IAStatus : NSObject
Swift
class IAStatus : NSObject
IAStatus specifies the current status of the locationing service.
-
Type of the status message.
Declaration
Objective-C
@property (nonatomic) enum ia_status_type type;
Swift
var type: ia_status_type { get set }