PackageType

enum PackageType : Enum<PackageType>

Enumeration of all possible Package types.

Entries

Link copied to clipboard
WEEKLY("rc_weekly")

A package configured with the predefined weekly identifier.

Link copied to clipboard
MONTHLY("rc_monthly")

A package configured with the predefined monthly identifier.

Link copied to clipboard
TWO_MONTH("rc_two_month")

A package configured with the predefined two month identifier.

Link copied to clipboard
THREE_MONTH("rc_three_month")

A package configured with the predefined three month identifier.

Link copied to clipboard
SIX_MONTH("rc_six_month")

A package configured with the predefined six month identifier.

Link copied to clipboard
ANNUAL("rc_annual")

A package configured with the predefined annual identifier.

Link copied to clipboard
LIFETIME("rc_lifetime")

A package configured with the predefined lifetime identifier.

Link copied to clipboard
CUSTOM(null)

A package that was defined with a custom identifier.

Link copied to clipboard
UNKNOWN(null)

A package that was defined with a custom identifier.

Properties

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

Sources

Link copied to clipboard