Offering
data class Offering @JvmOverloads constructor(val identifier: String, val serverDescription: String, val metadata: Map<String, Any>, val availablePackages: List<Package>, val paywall: PaywallData? = null)
An offering is a collection of Package available for the user to purchase. For more info see https://docs.revenuecat.com/docs/entitlements
Constructors
Functions
Link copied to clipboard
Returns the metadata
value associated to key
for the expected String
type or default
if not found, or it's not the expected String
type.
Link copied to clipboard
Retrieves a specific package by identifier, use this to access custom package types configured in the RevenueCat dashboard
Properties
Link copied to clipboard
Array of Package objects available for purchase.
Link copied to clipboard
Unique identifier defined in RevenueCat dashboard.
Link copied to clipboard
Link copied to clipboard
Offering description defined in RevenueCat dashboard.
Link copied to clipboard
Three month package type configured in the RevenueCat dashboard, if available.