OpenUrl

data class OpenUrl(val url: String) : ServerSetupEffect(source)

Carries OpenUrl data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

url

remote URL used by the operation.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
val url: String