RadarRegion
@interface RadarRegion : NSObject
Represents a change in user state. For more information, see https://radar.io/documentation.
-
The name of the region.
Declaration
Objective-C
@property (readonly, copy, nonatomic, nonnull) NSString *name;
Swift
var name: String { get }
-
The unique code for the region.
Declaration
Objective-C
@property (readonly, copy, nonatomic, nonnull) NSString *code;
Swift
var code: String { get }