AdaptySDK
AdaptySDK.AdaptyUICreatePaywallViewParameters Class Reference

Public Member Functions

override string ToString ()
AdaptyUICreatePaywallViewParameters SetLoadTimeout (TimeSpan? loadTimeout)
AdaptyUICreatePaywallViewParameters SetPreloadProducts (bool? preloadProducts)
AdaptyUICreatePaywallViewParameters SetCustomTags (Dictionary< string, string > customTags)
AdaptyUICreatePaywallViewParameters SetCustomTimers (Dictionary< string, DateTime > customTimers)
AdaptyUICreatePaywallViewParameters SetCustomAssets (Dictionary< string, AdaptyCustomAsset > customAssets)
AdaptyUICreatePaywallViewParameters SetProductPurchaseParameters (Dictionary< AdaptyProductIdentifier, AdaptyPurchaseParameters > productPurchaseParameters)

Public Attributes

TimeSpan? LoadTimeout
bool? PreloadProducts
Dictionary< string, string > CustomTags
Dictionary< string, DateTime > CustomTimers
Dictionary< string, AdaptyCustomAssetCustomAssets
Dictionary< AdaptyProductIdentifier, AdaptyPurchaseParametersProductPurchaseParameters

Member Function Documentation

◆ SetCustomAssets()

AdaptyUICreatePaywallViewParameters AdaptySDK.AdaptyUICreatePaywallViewParameters.SetCustomAssets ( Dictionary< string, AdaptyCustomAsset > customAssets)

◆ SetCustomTags()

AdaptyUICreatePaywallViewParameters AdaptySDK.AdaptyUICreatePaywallViewParameters.SetCustomTags ( Dictionary< string, string > customTags)

◆ SetCustomTimers()

AdaptyUICreatePaywallViewParameters AdaptySDK.AdaptyUICreatePaywallViewParameters.SetCustomTimers ( Dictionary< string, DateTime > customTimers)

◆ SetLoadTimeout()

AdaptyUICreatePaywallViewParameters AdaptySDK.AdaptyUICreatePaywallViewParameters.SetLoadTimeout ( TimeSpan? loadTimeout)

◆ SetPreloadProducts()

AdaptyUICreatePaywallViewParameters AdaptySDK.AdaptyUICreatePaywallViewParameters.SetPreloadProducts ( bool? preloadProducts)

◆ SetProductPurchaseParameters()

AdaptyUICreatePaywallViewParameters AdaptySDK.AdaptyUICreatePaywallViewParameters.SetProductPurchaseParameters ( Dictionary< AdaptyProductIdentifier, AdaptyPurchaseParameters > productPurchaseParameters)

◆ ToString()

override string AdaptySDK.AdaptyUICreatePaywallViewParameters.ToString ( )

Member Data Documentation

◆ CustomAssets

Dictionary<string, AdaptyCustomAsset> AdaptySDK.AdaptyUICreatePaywallViewParameters.CustomAssets

◆ CustomTags

Dictionary<string, string> AdaptySDK.AdaptyUICreatePaywallViewParameters.CustomTags

◆ CustomTimers

Dictionary<string, DateTime> AdaptySDK.AdaptyUICreatePaywallViewParameters.CustomTimers

◆ LoadTimeout

TimeSpan? AdaptySDK.AdaptyUICreatePaywallViewParameters.LoadTimeout

◆ PreloadProducts

bool? AdaptySDK.AdaptyUICreatePaywallViewParameters.PreloadProducts

◆ ProductPurchaseParameters

Dictionary< AdaptyProductIdentifier, AdaptyPurchaseParameters > AdaptySDK.AdaptyUICreatePaywallViewParameters.ProductPurchaseParameters

The documentation for this class was generated from the following file: