AdaptySDK
Loading...
Searching...
No Matches
AdaptySDK.Adapty Member List

This is the complete list of members for AdaptySDK.Adapty, including all inherited members.

Activate(AdaptyConfiguration.Builder configurationBuilder, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
Activate(AdaptyConfiguration configuration, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
CreateWebPaywallUrl(AdaptyPaywall paywall, Action< string, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
CreateWebPaywallUrl(AdaptyPaywallProduct product, Action< string, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetCurrentInstallationStatus(Action< AdaptyInstallationStatus, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetLoglevel(Action< AdaptyLogLevel, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetNativeSDKVersion(Action< string, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetOnboarding(string placementId, string locale, AdaptyPlacementFetchPolicy fetchPolicy, TimeSpan? loadTimeout, Action< AdaptyOnboarding, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetOnboarding(string placementId, Action< AdaptyOnboarding, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetOnboardingForDefaultAudience(string placementId, string locale, AdaptyPlacementFetchPolicy fetchPolicy, Action< AdaptyOnboarding, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetOnboardingForDefaultAudience(string placementId, string locale, Action< AdaptyOnboarding, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetOnboardingForDefaultAudience(string placementId, AdaptyPlacementFetchPolicy fetchPolicy, Action< AdaptyOnboarding, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetOnboardingForDefaultAudience(string placementId, Action< AdaptyOnboarding, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetPaywall(string placementId, Action< AdaptyPaywall, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetPaywall(string placementId, AdaptyPlacementFetchPolicy fetchPolicy, TimeSpan? loadTimeout, Action< AdaptyPaywall, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetPaywall(string placementId, string locale, Action< AdaptyPaywall, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetPaywall(string placementId, string locale, AdaptyPlacementFetchPolicy fetchPolicy, TimeSpan? loadTimeout, Action< AdaptyPaywall, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetPaywallForDefaultAudience(string placementId, string locale, AdaptyPlacementFetchPolicy fetchPolicy, Action< AdaptyPaywall, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetPaywallForDefaultAudience(string placementId, Action< AdaptyPaywall, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetPaywallForDefaultAudience(string placementId, AdaptyPlacementFetchPolicy fetchPolicy, Action< AdaptyPaywall, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetPaywallForDefaultAudience(string placementId, string locale, Action< AdaptyPaywall, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetPaywallProducts(AdaptyPaywall paywall, Action< IList< AdaptyPaywallProduct >, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
GetProfile(Action< AdaptyProfile, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
Identify(string customerUserId, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
Identify(string customerUserId, Guid iosAppAccountToken, string androidObfuscatedAccountId, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
IsActivated(Action< bool, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
Logout(Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
LogShowPaywall(AdaptyPaywall paywall, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
m_ListenerAdaptySDK.Adaptyprivatestatic
m_OnboardingsEventsListenerAdaptySDK.Adaptyprivatestatic
m_PaywallsEventsListenerAdaptySDK.Adaptyprivatestatic
MakePurchase(AdaptyPaywallProduct product, AdaptyPurchaseParameters purchaseParameters, Action< AdaptyPurchaseResult, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
MakePurchase(AdaptyPaywallProduct product, Action< AdaptyPurchaseResult, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
OnMessage(string id, string json)AdaptySDK.Adaptypackagestatic
OpenWebPaywall(AdaptyPaywall paywall, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
OpenWebPaywall(AdaptyPaywallProduct product, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
PresentCodeRedemptionSheet(Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
ReportTransaction(string transactionId, string variationId, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
ReportTransaction(string transactionId, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
RestorePurchases(Action< AdaptyProfile, AdaptyError > completionHandler)AdaptySDK.Adaptystatic
SDKVersionAdaptySDK.Adaptystatic
SetEventListener(AdaptyEventListener listener)AdaptySDK.Adaptystatic
SetFallback(string fileName, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
SetFallbackPaywalls(string fileName, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
SetIntegrationIdentifier(string key, string value, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
SetLogLevel(AdaptyLogLevel level, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
SetOnboardingsEventsListener(AdaptyOnboardingsEventsListener listener)AdaptySDK.Adaptystatic
SetPaywallsEventsListener(AdaptyPaywallsEventsListener listener)AdaptySDK.Adaptystatic
UpdateAppStoreCollectingRefundDataConsent(Boolean consent, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
UpdateAppStoreRefundPreference(AdaptyRefundPreference refundPreference, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
UpdateAttribution(string jsonString, string source, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
UpdateAttribution(Dictionary< string, dynamic > attribution, string source, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic
UpdateProfile(AdaptyProfileParameters param, Action< AdaptyError > completionHandler)AdaptySDK.Adaptystatic