MRDTagIdentifierSubscription Class Reference

Inherits from NSObject
Conforms to MRDTagSubscription
Declared in MRDTagIdentifierSubscription.h

Overview

AssetTag subscription used in conjunction with MRTagManager or MRMapView to receive updates for an AssetTag with the given MAC address

  identifier

MAC address of the AssetTag being subscribed to.

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

Declared In

MRDTagIdentifierSubscription.h

+ subscriptionWithIdentifier:

Create an AssetTag subscription with a given identifier

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

Parameters

identifier

MAC address that this subscription will be tracking

Declared In

MRDTagIdentifierSubscription.h

– initWithIdentifier:

Initialize an AssetTag subscription with a given identifier

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

Parameters

identifier

MAC address that this subscription will be tracking

Declared In

MRDTagIdentifierSubscription.h