initWithUUID:
Creates a new beacon identity condition with the identifier you specify.
Declaration
- (instancetype) initWithUUID:(NSUUID *) uuid;Parameters
- uuid:
A Uuid to use as the beacon’s identifier.
Creates a new beacon identity condition with the identifier you specify.
- (instancetype) initWithUUID:(NSUUID *) uuid;A Uuid to use as the beacon’s identifier.