|
AdaptySDK 4.1.1
|
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 |
Private Member Functions | |
| AdaptyUIOnboardingView () | |
|
private |
| void AdaptySDK.AdaptyUIOnboardingView.Dismiss | ( | System.Action< AdaptyError > | completionHandler | ) |
Call this function if you wish to dismiss the view.
| completionHandler | The action that will be called with the result. |
| void AdaptySDK.AdaptyUIOnboardingView.Present | ( | AdaptyUIIOSPresentationStyle | iosPresentationStyle, |
| System.Action< AdaptyError > | completionHandler ) |
Call this function if you wish to present the view.
| iosPresentationStyle | an [AdaptyUIIOSPresentationStyle] object, for which is representing the iOS presentation style. |
| completionHandler | The action that will be called with the result. |
| void AdaptySDK.AdaptyUIOnboardingView.Present | ( | System.Action< AdaptyError > | completionHandler | ) |
Call this function if you wish to present the view.
| completionHandler | The action that will be called with the result. |
| override string AdaptySDK.AdaptyUIOnboardingView.ToString | ( | ) |
| string AdaptySDK.AdaptyUIOnboardingView.Id |
| string AdaptySDK.AdaptyUIOnboardingView.PaywallVariationId |
| string AdaptySDK.AdaptyUIOnboardingView.PlacementId |