MRTagManager Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | MRTagManager.h |
locationID
The location ID to use for the tag subscriptions
@property (nonnull, nonatomic, copy) NSString *locationIDDeclared In
MRTagManager.h
tagSubscriptions
Tag subscriptions to subscribe to
@property (nonatomic, nullable, copy) NSArray<id<MRDTagSubscription> > *tagSubscriptionsDeclared In
MRTagManager.h
delegate
The delegate to receive event callbacks.
@property (nullable, nonatomic, weak) id<MRTagManagerDelegate> delegateDeclared In
MRTagManager.h
tagsAreUpdating
Indicates if this TagManaager is currently receiving tag updates
@property (nonatomic, readonly) BOOL tagsAreUpdatingDeclared In
MRTagManager.h
– startUpdatingTags
Call when you wish to begin receiving MRTagManagerDelegate callbacks
- (void)startUpdatingTagsDeclared In
MRTagManager.h
– stopUpdatingTags
Call when you wish to stop receiving MRTagManagerDelegate callbacks
- (void)stopUpdatingTagsDeclared In
MRTagManager.h
+ tagManagerForLocationID:delegate:
Convenience initializer that sets location ID and delegate
+ (instancetype)tagManagerForLocationID:(nonnull NSString *)locationID delegate:(nullable id<MRTagManagerDelegate>)delegateParameters
locationID |
Editor ID of the location that this Tag Manager instance will be responsible for |
|---|---|
delegate |
delegate that will receive tag updates from this manager |
Declared In
MRTagManager.h