Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class AdaptyConfig
Link copied to clipboard
Link copied to clipboard
class AdaptyPaywall
Link copied to clipboard
class AdaptyPaywallProduct
Link copied to clipboard
Link copied to clipboard
class AdaptyProductDiscountPhase(val price: AdaptyPaywallProduct.Price, val numberOfPeriods: Int, val paymentMode: AdaptyProductDiscountPhase.PaymentMode, val localizedNumberOfPeriods: String, val subscriptionPeriod: AdaptyProductSubscriptionPeriod, val localizedSubscriptionPeriod: String)
Link copied to clipboard
class AdaptyProductSubscriptionDetails(val basePlanId: String, val offerId: String?, val offerTags: ImmutableList<String>, val renewalType: AdaptyProductSubscriptionDetails.RenewalType, val subscriptionPeriod: AdaptyProductSubscriptionPeriod, val localizedSubscriptionPeriod: String, val introductoryOfferPhases: ImmutableList<AdaptyProductDiscountPhase>)
Link copied to clipboard
Link copied to clipboard
class AdaptyProfile(val profileId: String, val customerUserId: String?, val accessLevels: ImmutableMap<String, AdaptyProfile.AccessLevel>, val subscriptions: ImmutableMap<String, AdaptyProfile.Subscription>, val nonSubscriptions: ImmutableMap<String, ImmutableList<AdaptyProfile.NonSubscription>>, val customAttributes: ImmutableMap<String, Any>)
Link copied to clipboard
class AdaptyProfileParameters
Link copied to clipboard
Link copied to clipboard
class AdaptySubscriptionUpdateParameters(oldSubVendorProductId: String, val replacementMode: AdaptySubscriptionUpdateParameters.ReplacementMode)