intent

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Intent.


fun intent(name: String): Intent

See also

Parameters

name

The unique name of the resulting resource.