AdaptySDK
AdaptySDK.AdaptyOnboarding Class Reference

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

Detailed Description

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

Constructor & Destructor Documentation

◆ AdaptyOnboarding()

AdaptySDK.AdaptyOnboarding.AdaptyOnboarding ( JSONObject jsonNode)
package

Member Function Documentation

◆ ToJSONNode()

JSONNode AdaptySDK.AdaptyOnboarding.ToJSONNode ( )
package

◆ ToString()

override string AdaptySDK.AdaptyOnboarding.ToString ( )

Member Data Documentation

◆ _Builder

readonly OnboardingBuilder AdaptySDK.AdaptyOnboarding._Builder
private

◆ _PayloadData

readonly string AdaptySDK.AdaptyOnboarding._PayloadData
private

◆ _RequestLocale

readonly string AdaptySDK.AdaptyOnboarding._RequestLocale
private

◆ _ResponseCreatedAt

readonly long AdaptySDK.AdaptyOnboarding._ResponseCreatedAt
private

◆ Name

readonly string AdaptySDK.AdaptyOnboarding.Name

The onboarding name configured in the Adapty Dashboard.

◆ OnboardingId

readonly string AdaptySDK.AdaptyOnboarding.OnboardingId

The unique identifier of the onboarding.

◆ Placement

readonly AdaptyPlacement AdaptySDK.AdaptyOnboarding.Placement

An AdaptyPlacement object that contains information about the placement of the onboarding.

◆ RemoteConfig

readonly AdaptyRemoteConfig AdaptySDK.AdaptyOnboarding.RemoteConfig

The custom JSON formatted data configured in the Adapty Dashboard.

This can be null if no remote config is configured for the onboarding.

◆ VariationId

readonly string AdaptySDK.AdaptyOnboarding.VariationId

The identifier of the variation, used to attribute analytics to the onboarding.


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