bundle

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Bundle.


fun bundle(name: String): Bundle

See also

Parameters

name

The unique name of the resulting resource.