|
| enum | AdaptyErrorCode {
Unknown = 0
, ClientInvalid = 1
, PaymentCancelled = 2
, PaymentInvalid = 3
,
PaymentNotAllowed = 4
, StoreProductNotAvailable = 5
, CloudServicePermissionDenied = 6
, CloudServiceNetworkConnectionFailed = 7
,
CloudServiceRevoked = 8
, PrivacyAcknowledgementRequired = 9
, UnauthorizedRequestData = 10
, InvalidOfferIdentifier = 11
,
InvalidSignature = 12
, MissingOfferParams = 13
, InvalidOfferPrice = 14
, AdaptyNotInitialized = 20
,
ProductNotFound = 22
, InvalidJson = 23
, CurrentSubscriptionToUpdateNotFoundInHistory = 24
, PendingPurchase = 25
,
BillingServiceTimeout = 97
, FeatureNotSupported = 98
, BillingServiceDisconnected = 99
, BillingServiceUnavailable = 102
,
BillingUnavailable = 103
, DeveloperError = 105
, BillingError = 106
, ItemAlreadyOwned = 107
,
ItemNotOwned = 108
, NoProductIDsFound = 1000
, ProductRequestFailed = 1002
, CantMakePayments = 1003
,
CantReadReceipt = 1005
, ProductPurchaseFailed = 1006
, RefreshReceiptFailed = 1010
, FetchSubscriptionStatusFailed = 1020
,
NotActivated = 2002
, BadRequest = 2003
, ServerError = 2004
, NetworkFailed = 2005
,
DecodingFailed = 2006
, EncodingFailed = 2009
, AnalyticsDisabled = 3000
, WrongParam = 3001
,
ActivateOnceError = 3005
, ProfileWasChanged = 3006
, UnsupportedData = 3007
, FetchTimeoutError = 3101
,
OperationInterrupted = 9000
} |
| enum | AdaptyLogLevel {
Error
, Warn
, Info
, Verbose
,
Debug
} |
| enum | AdaptyPaymentMode { PayAsYouGo
, PayUpFront
, FreeTrial
, Unknown
} |
| enum | AdaptyProfileGender { Female
, Male
, Other
} |
| enum | AdaptyPurchaseResultType { Pending
, UserCancelled
, Success
} |
| enum | AdaptyRefundPreference { NoPreference
, Grant
, Decline
} |
| enum | AdaptyServerCluster { Default
, EU
, CN
} |
| enum | AdaptySubscriptionOfferType { Introductory
, Promotional
, WinBack
} |
| enum | AdaptySubscriptionPeriodUnit {
Day
, Week
, Month
, Year
,
Unknown
} |
| enum | AdaptySubscriptionRenewalType { Prepaid
, Autorenewable
} |
| enum | AdaptySubscriptionUpdateReplacementMode {
WithTimeProration
, ChargeProratedPrice
, WithoutProration
, Deferred
,
ChargeFullPrice
} |
| enum | AdaptyUIDialogActionType { Primary
, Secondary
} |
| enum | AdaptyUIIOSPresentationStyle { FullScreen
, PageSheet
} |
| enum | AdaptyUIUserActionType { Close
, SystemBack
, OpenUrl
, Custom
} |
| enum | AppTrackingTransparencyStatus { NotDetermined
, Restricted
, Denied
, Authorized
} |