PackageType

enum PackageType : Enum<PackageType>

Enumeration of all possible Package types.

Entries

WEEKLY
Link copied to clipboard
WEEKLY("\$rc_weekly")
A package configured with the predefined weekly identifier.
MONTHLY
Link copied to clipboard
MONTHLY("\$rc_monthly")
A package configured with the predefined monthly identifier.
TWO_MONTH
Link copied to clipboard
TWO_MONTH("\$rc_two_month")
A package configured with the predefined two month identifier.
THREE_MONTH
Link copied to clipboard
THREE_MONTH("\$rc_three_month")
A package configured with the predefined three month identifier.
SIX_MONTH
Link copied to clipboard
SIX_MONTH("\$rc_six_month")
A package configured with the predefined six month identifier.
ANNUAL
Link copied to clipboard
ANNUAL("\$rc_annual")
A package configured with the predefined annual identifier.
LIFETIME
Link copied to clipboard
LIFETIME("\$rc_lifetime")
A package configured with the predefined lifetime identifier.
CUSTOM
Link copied to clipboard
CUSTOM(null)
A package that was defined with a custom identifier.
UNKNOWN
Link copied to clipboard
UNKNOWN(null)
A package that was defined with a custom identifier.

Properties

identifier
Link copied to clipboard
val identifier: String?
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int