Something the user did in a flow view, reported through FlowViewDidPerformAction. Nothing is done for you — a close does not dismiss the view.
More...
|
| override string | ToString () |
| | A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.
|
|
| AdaptyUIUserActionType | Type |
| | Which action it was.
|
| string | Value |
| | What the action carries: the URL for AdaptyUIUserActionType.OpenUrl, the flow's own identifier for AdaptyUIUserActionType.Custom. Null for the rest.
|
| AdaptyWebPresentation? | OpenIn |
| | Where the flow asked for the URL to open. Set for AdaptyUIUserActionType.OpenUrl only.
|
Something the user did in a flow view, reported through FlowViewDidPerformAction. Nothing is done for you — a close does not dismiss the view.
◆ AdaptyUIUserAction()
| AdaptySDK.AdaptyUIUserAction.AdaptyUIUserAction |
( |
| ) |
|
|
private |
◆ ToString()
| override string AdaptySDK.AdaptyUIUserAction.ToString |
( |
| ) |
|
A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.
◆ OpenIn
Where the flow asked for the URL to open. Set for AdaptyUIUserActionType.OpenUrl only.
◆ Type
◆ Value
| string AdaptySDK.AdaptyUIUserAction.Value |
What the action carries: the URL for AdaptyUIUserActionType.OpenUrl, the flow's own identifier for AdaptyUIUserActionType.Custom. Null for the rest.
The documentation for this class was generated from the following file: