AdaptyPaywallProductSubscription

Represents detailed subscription information for a paywall product.

Includes period, renewal type, and optional platform-specific identifiers and offers.

Properties

Link copied to clipboard
val basePlanId: String? = null

The identifier of the base plan. Android only.

Link copied to clipboard
val groupIdentifier: String? = null

The subscription group ID that this subscription belongs to. iOS only. Will be null on iOS versions below 12.0 and macOS below 10.14.

Link copied to clipboard
val localizedPeriod: String? = null

Localized string representing the subscription period (e.g., "1 month").

Link copied to clipboard

AdaptySubscriptionOffer Optional subscription offer details (introductory, promotional, etc.).

Link copied to clipboard

AdaptySubscriptionPeriod The subscription period details.

Link copied to clipboard

AdaptyRenewalType The type of subscription renewal (PREPAID, AUTORENEWABLE).