SFSDKAppFeatureMarkers Class Reference

Inherits from NSObject
Declared in SFSDKAppFeatureMarkers.h

Overview

Class to register and unregister feature markers associated with SDK facilities being used in an app.

+ registerAppFeature:

Register a particular app feature.

+ (void)registerAppFeature:(nonnull NSString *)appFeature

Parameters

appFeature

The string representation of the feature to register.

Declared In

SFSDKAppFeatureMarkers.h

+ unregisterAppFeature:

Unregister a particular app feature.

+ (void)unregisterAppFeature:(nonnull NSString *)appFeature

Parameters

appFeature

The string representation of the feature to unregister.

Declared In

SFSDKAppFeatureMarkers.h

+ appFeatures

The current set of registered features.

+ (nonnull NSSet<NSString*> *)appFeatures

Return Value

The current set of registered features.

Declared In

SFSDKAppFeatureMarkers.h