MRTagManager Class Reference

Inherits from NSObject
Declared in MRTagManager.h

Overview

MRTagManager

  locationID

The location ID to use for the tag subscriptions

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

Declared In

MRTagManager.h

  tagSubscriptions

Tag subscriptions to subscribe to

@property (nonatomic, nullable, copy) NSArray<id<MRDTagSubscription> > *tagSubscriptions

Declared In

MRTagManager.h

  delegate

The delegate to receive event callbacks.

@property (nullable, nonatomic, weak) id<MRTagManagerDelegate> delegate

Declared In

MRTagManager.h

+ tagManagerForLocationID:delegate:

Create an MRTagManager for a given location with a specified delegate

+ (instancetype)tagManagerForLocationID:(nonnull NSString *)locationID delegate:(nullable id<MRTagManagerDelegate>)delegate

Parameters

locationID

The location

delegate

MRTagManagerDelegate

Declared In

MRTagManager.h