OpenUrlAction

data class OpenUrlAction(val url: String) : AdaptyUIAction

User tapped a button that opens a URL.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
val url: String

The URL to open.