Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
class AdaptyProductSubscriptionPeriod(val unit: AdaptyPeriodUnit, val numberOfUnits: Int)
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
Link copied to clipboard
class AdaptyPurchasedInfo(val profile: AdaptyProfile, val purchase: Purchase)
Link copied to clipboard
class AdaptyViewConfiguration(val id: String, val isHard: Boolean, templateId: String?, mainImageRelativeHeight: Float, defaultLocalization: String?, assets: Map<String, AdaptyViewConfiguration.Asset>, localizations: Map<String, AdaptyViewConfiguration.Localization>, styles: Map<String, AdaptyViewConfiguration.Style?>)