Store

enum Store : Enum<Store>

Enum of supported stores

Entries

AMAZON
Link copied to clipboard
For entitlements granted via Amazon store.
UNKNOWN_STORE
Link copied to clipboard
For entitlements granted via an unknown store.
PROMOTIONAL
Link copied to clipboard
For entitlements granted via a promo in RevenueCat.
STRIPE
Link copied to clipboard
For entitlements granted via Stripe.
PLAY_STORE
Link copied to clipboard
For entitlements granted via Google Play Store.
MAC_APP_STORE
Link copied to clipboard
For entitlements granted via Apple Mac App Store.
APP_STORE
Link copied to clipboard
For entitlements granted via Apple App Store.

Properties

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

Sources

androidJvm source
Link copied to clipboard