|
AdaptySDK
|
Represents an onboarding configuration in Adapty. More...
Classes | |
| class | OnboardingBuilder |
Public Member Functions | |
| override string | ToString () |
Public Attributes | |
| readonly AdaptyPlacement | Placement |
| An AdaptyPlacement object that contains information about the placement of the onboarding. | |
| readonly string | OnboardingId |
| The unique identifier of the onboarding. | |
| readonly string | Name |
| The onboarding name configured in the Adapty Dashboard. | |
| readonly string | VariationId |
| The identifier of the variation, used to attribute analytics to the onboarding. | |
| readonly AdaptyRemoteConfig | RemoteConfig |
| The custom JSON formatted data configured in the Adapty Dashboard. | |
Package Functions | |
| JSONNode | ToJSONNode () |
| AdaptyOnboarding (JSONObject jsonNode) | |
Private Attributes | |
| readonly OnboardingBuilder | _Builder |
| readonly long | _ResponseCreatedAt |
| readonly string | _PayloadData |
| readonly string | _RequestLocale |
Represents an onboarding configuration in Adapty.
An onboarding is a set of screens that can be displayed to users during their first app experience. Read more at Adapty Documentation
|
package |
|
package |
| override string AdaptySDK.AdaptyOnboarding.ToString | ( | ) |
|
private |
|
private |
|
private |
|
private |
| readonly string AdaptySDK.AdaptyOnboarding.Name |
The onboarding name configured in the Adapty Dashboard.
| readonly string AdaptySDK.AdaptyOnboarding.OnboardingId |
The unique identifier of the onboarding.
| readonly AdaptyPlacement AdaptySDK.AdaptyOnboarding.Placement |
An AdaptyPlacement object that contains information about the placement of the onboarding.
| readonly AdaptyRemoteConfig AdaptySDK.AdaptyOnboarding.RemoteConfig |
| readonly string AdaptySDK.AdaptyOnboarding.VariationId |
The identifier of the variation, used to attribute analytics to the onboarding.