MRDTagSubscription Protocol Reference

Conforms to NSObject
Declared in MRDTagSubscription.h

Overview

Protocol adhered to by all MRDTagSubscription objects (`MRDMapTagSubscription', ‘MRDTagIdentifierSubscription’, ‘MRDTagLabelSubscription’)

  identifier required method

Identifier of the type being subscribed to. For example this will be the editor map ID for an MRDMapTagSubscription

@property (nonatomic, nonnull, copy) NSString *identifier

Declared In

MRDTagSubscription.h

+ subscriptionWithIdentifier: required method

Create an AssetTag subscription with a given identifier

+ (nonnull instancetype)subscriptionWithIdentifier:(nonnull NSString *)identifier

Parameters

identifier

AssetTag identifier that this subscription will be tracking

Declared In

MRDTagSubscription.h

– initWithIdentifier: required method

Initialize an AssetTag subscription with a given identifier

- (nonnull instancetype)initWithIdentifier:(nonnull NSString *)identifier

Parameters

identifier

AssetTag identifier that this subscription will be tracking

Declared In

MRDTagSubscription.h