Offerings

class Offerings

This class contains all the offerings configured in RevenueCat dashboard. For more info see https://docs.revenuecat.com/docs/entitlements

Constructors

Link copied to clipboard
constructor(current: Offering?, all: Map<String, Offering>)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
operator fun get(identifier: String): Offering?

Retrieves an specific offering by its identifier. It's equivalent to calling getOffering(identifier)

Link copied to clipboard

Retrieves an specific offering by a placement identifier. For more info see https://www.revenuecat.com/docs/tools/targeting

Link copied to clipboard
fun getOffering(identifier: String): Offering?

Retrieves an specific offering by its identifier.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard

Dictionary of all Offerings Offering objects keyed by their identifier.

Link copied to clipboard

Current offering configured in the RevenueCat dashboard.