KTKManagerSubscriptionPlan Constants Reference

Declared in KTKManager.h

KTKManagerSubscriptionPlan

Subscription Plans

Definition

typedef NS_OPTIONS(NSUInteger, KTKManagerSubscriptionPlan ) {
   KTKManagerSubscriptionPlanNotApplicable = 0,
   KTKManagerSubscriptionPlanNone = 1 < < 0,
   KTKManagerSubscriptionPlanLegacy = 1 < < 1,
   KTKManagerSubscriptionPlanManagement = 1 < < 2,
   KTKManagerSubscriptionPlanLocationEngine = 1 < < 3,
};

Constants

KTKManagerSubscriptionPlanNotApplicable

Not Applicable

Declared In KTKManager.h.

KTKManagerSubscriptionPlanNone

None

Declared In KTKManager.h.

KTKManagerSubscriptionPlanLegacy

Legacy

Declared In KTKManager.h.

KTKManagerSubscriptionPlanManagement

Management

Declared In KTKManager.h.

KTKManagerSubscriptionPlanLocationEngine

Location Engine

Declared In KTKManager.h.

Declared In

KTKManager.h