AdaptySDK 4.1.1
Loading...
Searching...
No Matches
AdaptySDK.AdaptyUIUserAction Class Referencesealed

Something the user did in a flow view, reported through FlowViewDidPerformAction. Nothing is done for you — a close does not dismiss the view. More...

Public Member Functions

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.

Public Attributes

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.
AdaptyWebPresentationOpenIn
 Where the flow asked for the URL to open. Set for AdaptyUIUserActionType.OpenUrl only.

Private Member Functions

 AdaptyUIUserAction ()

Detailed Description

Something the user did in a flow view, reported through FlowViewDidPerformAction. Nothing is done for you — a close does not dismiss the view.

Constructor & Destructor Documentation

◆ AdaptyUIUserAction()

AdaptySDK.AdaptyUIUserAction.AdaptyUIUserAction ( )
private

Member Function Documentation

◆ 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.

Member Data Documentation

◆ OpenIn

AdaptyWebPresentation? AdaptySDK.AdaptyUIUserAction.OpenIn

Where the flow asked for the URL to open. Set for AdaptyUIUserActionType.OpenUrl only.

◆ Type

AdaptyUIUserActionType AdaptySDK.AdaptyUIUserAction.Type

Which action it was.

◆ 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: