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
constructor(name: String, version: String? = null)

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.

Functions

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