ResourceOptionsManager

data class ResourceOptionsManager(resourceOptions: ResourceOptions)

Convenience class that manages a global ResourceOptions It's possible to create ResourceOptionsManager instances as you need them, however it's convenient to use the default object (default).

Constructors

ResourceOptionsManager
Link copied to clipboard
fun ResourceOptionsManager(resourceOptions: ResourceOptions)

Types

Companion
Link copied to clipboard
object Companion
Static variables and methods.

Functions

update
Link copied to clipboard
fun update(block: ResourceOptions.Builder.() -> Unit)
Update specific resource options in a closure.

Properties

resourceOptions
Link copied to clipboard
var resourceOptions: ResourceOptions
the initial resource options.