AdaptySDK
AdaptySDK.AdaptyUIDialogConfiguration Class Reference

Public Member Functions

override string ToString ()
AdaptyUIDialogConfiguration SetTitle (string title)
AdaptyUIDialogConfiguration SetContent (string content)
AdaptyUIDialogConfiguration SetDefaultActionTitle (string defaultActionTitle)
AdaptyUIDialogConfiguration SetSecondaryActionTitle (string secondaryActionTitle)

Public Attributes

string Title
 
The title of the dialog.
string Content
 Descriptive text that provides additional details about the reason for the dialog.
string DefaultActionTitle
 The action title to display as part of the dialog. If you provide two actions, be sure the defaultAction cancels the operation and leaves things unchanged.
string SecondaryActionTitle
 The secondary action title to display as part of the dialog.

Package Functions

JSONNode ToJSONNode ()

Member Function Documentation

◆ SetContent()

AdaptyUIDialogConfiguration AdaptySDK.AdaptyUIDialogConfiguration.SetContent ( string content)

◆ SetDefaultActionTitle()

AdaptyUIDialogConfiguration AdaptySDK.AdaptyUIDialogConfiguration.SetDefaultActionTitle ( string defaultActionTitle)

◆ SetSecondaryActionTitle()

AdaptyUIDialogConfiguration AdaptySDK.AdaptyUIDialogConfiguration.SetSecondaryActionTitle ( string secondaryActionTitle)

◆ SetTitle()

AdaptyUIDialogConfiguration AdaptySDK.AdaptyUIDialogConfiguration.SetTitle ( string title)

◆ ToJSONNode()

JSONNode AdaptySDK.AdaptyUIDialogConfiguration.ToJSONNode ( )
package

◆ ToString()

override string AdaptySDK.AdaptyUIDialogConfiguration.ToString ( )

Member Data Documentation

◆ Content

string AdaptySDK.AdaptyUIDialogConfiguration.Content

Descriptive text that provides additional details about the reason for the dialog.

◆ DefaultActionTitle

string AdaptySDK.AdaptyUIDialogConfiguration.DefaultActionTitle

The action title to display as part of the dialog. If you provide two actions, be sure the defaultAction cancels the operation and leaves things unchanged.

◆ SecondaryActionTitle

string AdaptySDK.AdaptyUIDialogConfiguration.SecondaryActionTitle

The secondary action title to display as part of the dialog.

◆ Title

string AdaptySDK.AdaptyUIDialogConfiguration.Title


The title of the dialog.


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