intent

suspend fun intent(name: String, block: suspend IntentResourceBuilder.() -> Unit): Intent

Parameters

name

The unique name of the resulting resource.

block

Builder for Intent.

See also


fun intent(name: String): Intent

Parameters

name

The unique name of the resulting resource.

See also