GetIntentPlainArgs

data class GetIntentPlainArgs(val name: String, val version: String? = null) : ConvertibleToJava<GetIntentPlainArgs>

A collection of arguments for invoking getIntent.

Constructors

Link copied to clipboard
fun GetIntentPlainArgs(name: String, version: String? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetIntentPlainArgs

Properties

Link copied to clipboard

Name of the intent. The name is case sensitive.

Link copied to clipboard
val version: String? = null

Version of the intent.