What AdaptyUI.ShowDialog(AdaptySDK.AdaptyUIFlowView, AdaptySDK.AdaptyUIDialogConfiguration, System.Action<AdaptySDK.AdaptyUIDialogActionType, AdaptySDK.AdaptyError>) puts on the dialog. Only the default action title is required; a dialog without a secondary one has a single button.
More...
|
| 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.
|
What AdaptyUI.ShowDialog(AdaptySDK.AdaptyUIFlowView, AdaptySDK.AdaptyUIDialogConfiguration, System.Action<AdaptySDK.AdaptyUIDialogActionType, AdaptySDK.AdaptyError>) puts on the dialog. Only the default action title is required; a dialog without a secondary one has a single button.
◆ SetContent()
Sets the content.
- Parameters
-
◆ SetDefaultActionTitle()
Sets the default action title.
- Parameters
-
| defaultActionTitle | The label of the button reported as AdaptyUIDialogActionType.Primary. |
◆ SetSecondaryActionTitle()
Sets the secondary action title.
- Parameters
-
| secondaryActionTitle | The label of the button reported as AdaptyUIDialogActionType.Secondary. Leave it out for a one-button dialog. |
◆ SetTitle()
Sets the title.
- Parameters
-
◆ ToString()
| override string AdaptySDK.AdaptyUIDialogConfiguration.ToString |
( |
| ) |
|
A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.
◆ 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 documentation for this class was generated from the following file: