Instance Method

offering(identifier:)

Retrieves a specific offering by its identifier, use this to access additional offerings configured in the RevenueCat dashboard, e.g. offerings.offering(identifier: "offering_id") or offerings[@"offering_id"]. To access the current offering use current.

Declaration

@objc func offering(identifier: String?) -> Offering?