StartActivityIntentResponse

data class StartActivityIntentResponse(val action: String, val categories: List<String>, val uri: String)

A starting intent specified by an action, uri, and categories.

Constructors

Link copied to clipboard
fun StartActivityIntentResponse(action: String, categories: List<String>, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Action name. Required for START_ACTIVITY.

Link copied to clipboard

Intent categories to set on the intent.

Link copied to clipboard
val uri: String

URI for the action.