bundle

suspend fun bundle(name: String, block: suspend BundleResourceBuilder.() -> Unit): Bundle

Parameters

name

The unique name of the resulting resource.

block

Builder for Bundle.

See also


fun bundle(name: String): Bundle

Parameters

name

The unique name of the resulting resource.

See also