RCPackageType
enum RCPackageType : NSInteger {}
Enumeration of all possible Package types.
-
A package that was defined with a custom identifier.
Declaration
Objective-C
RCPackageTypeUnknown = -2 -
A package that was defined with a custom identifier.
Declaration
Objective-C
RCPackageTypeCustom -
A package configured with the predefined lifetime identifier.
Declaration
Objective-C
RCPackageTypeLifetime -
A package configured with the predefined annual identifier.
Declaration
Objective-C
RCPackageTypeAnnual -
A package configured with the predefined six month identifier.
Declaration
Objective-C
RCPackageTypeSixMonth -
A package configured with the predefined three month identifier.
Declaration
Objective-C
RCPackageTypeThreeMonth -
A package configured with the predefined two month identifier.
Declaration
Objective-C
RCPackageTypeTwoMonth -
A package configured with the predefined monthly identifier.
Declaration
Objective-C
RCPackageTypeMonthly -
A package configured with the predefined weekly identifier.
Declaration
Objective-C
RCPackageTypeWeekly
View on GitHub
RCPackageType Enumeration Reference