MRDTagLabelSubscription Class Reference
Inherits from | NSObject |
---|---|
Conforms to | MRDTagSubscription |
Declared in | MRDTagLabelSubscription.h |
Overview
AssetTag subscription used in conjunction with MRTagManager
or MRMapView
to receive updates for all AssetTags with a specific label
identifier
Label being subscribed to.
@property (nonatomic, nonnull, copy) NSString *identifier
Declared In
MRDTagLabelSubscription.h
+ subscriptionWithIdentifier:
Create an AssetTag subscription with a given identifier
+ (nonnull instancetype)subscriptionWithIdentifier:(nonnull NSString *)identifier
Parameters
identifier |
Label that this subscription will be tracking |
---|
Declared In
MRDTagLabelSubscription.h
– initWithIdentifier:
Initialize an AssetTag subscription with a given identifier
- (nonnull instancetype)initWithIdentifier:(nonnull NSString *)identifier
Parameters
identifier |
Label that this subscription will be tracking |
---|
Declared In
MRDTagLabelSubscription.h