Companion

Static variables and methods.

object Companion

Functions

destroyDefault
Link copied to clipboard

Convenience function to remove the default instance. Calling getDefault again will re-create the default instance.

fun destroyDefault()
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getDefault
Link copied to clipboard

The default shared instance with default resource options.

fun getDefault(context: Context, defaultToken: String?): ResourceOptionsManager
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String