CustomAction

data class CustomAction(val action: String) : AdaptyUIAction

User tapped a button that triggers a custom action.

Constructors

Link copied to clipboard
constructor(action: String)

Properties

Link copied to clipboard

A string representing the custom action identifier.