MRFeatures Class Reference

Inherits from NSObject
Declared in MRFeatures.h

Overview

Object for holding which features are enabled for a given Editor Location

  maps

Maps feature enabled

@property (nonatomic, readonly) BOOL maps

Declared In

MRFeatures.h

  bluedot

Blue Dot feature enabled

@property (nonatomic, readonly) BOOL bluedot

Declared In

MRFeatures.h

  tags

Asset Tracking feature enabled

@property (nonatomic, readonly) BOOL tags

Declared In

MRFeatures.h

  campaigns

Campaigns feature enabled

@property (nonatomic, readonly) BOOL campaigns

Declared In

MRFeatures.h

  appmaker

AppMaker feature enabled

@property (nonatomic, readonly) BOOL appmaker

Declared In

MRFeatures.h

+ featuresForApp:

Load the features for a given location

+ (MRFeatures *)featuresForApp:(MREditorKey *)app

Parameters

app

MREditorKey of the location to load the features for

Return Value

MRFeatures object representing the features available for that location

Declared In

MRFeatures.h