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

component1
Link copied to clipboard
operator fun component1(): ResourceOptions
copy
Link copied to clipboard
fun copy(resourceOptions: ResourceOptions): ResourceOptionsManager
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
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.