AdaptySDK
AdaptySDK.AdaptyUIPaywallView Class Reference

Public Member Functions

override string ToString ()
void Present (AdaptyUIIOSPresentationStyle iosPresentationStyle, System.Action< AdaptyError > completionHandler)
 Call this function if you wish to present the view.
void Present (System.Action< AdaptyError > completionHandler)
 Call this function if you wish to present the view.
void Dismiss (System.Action< AdaptyError > completionHandler)
 Call this function if you wish to dismiss the view.

Public Attributes

string Id
string PlacementId
string PaywallVariationId

Package Functions

 AdaptyUIPaywallView (JSONObject jsonNode)

Constructor & Destructor Documentation

◆ AdaptyUIPaywallView()

AdaptySDK.AdaptyUIPaywallView.AdaptyUIPaywallView ( JSONObject jsonNode)
package

Member Function Documentation

◆ Dismiss()

void AdaptySDK.AdaptyUIPaywallView.Dismiss ( System.Action< AdaptyError > completionHandler)

Call this function if you wish to dismiss the view.

Parameters
completionHandlerThe action that will be called with the result.

◆ Present() [1/2]

void AdaptySDK.AdaptyUIPaywallView.Present ( AdaptyUIIOSPresentationStyle iosPresentationStyle,
System.Action< AdaptyError > completionHandler )

Call this function if you wish to present the view.

Parameters
iosPresentationStyle

an [AdaptyUIIOSPresentationStyle] object, for which is representing the iOS presentation style.

Parameters
completionHandlerThe action that will be called with the result.

◆ Present() [2/2]

void AdaptySDK.AdaptyUIPaywallView.Present ( System.Action< AdaptyError > completionHandler)

Call this function if you wish to present the view.

Parameters
completionHandlerThe action that will be called with the result.

◆ ToString()

override string AdaptySDK.AdaptyUIPaywallView.ToString ( )

Member Data Documentation

◆ Id

string AdaptySDK.AdaptyUIPaywallView.Id

◆ PaywallVariationId

string AdaptySDK.AdaptyUIPaywallView.PaywallVariationId

◆ PlacementId

string AdaptySDK.AdaptyUIPaywallView.PlacementId

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