ResourceLoadOptions

open class ResourceLoadOptions : Serializable

Constructors

ResourceLoadOptions
Link copied to clipboard
open fun ResourceLoadOptions(tag: String, flags: ResourceLoadFlags, networkRestriction: NetworkRestriction, extraOptions: Value)
ResourceLoadOptions
Link copied to clipboard
open fun ResourceLoadOptions(tag: String, extraOptions: Value)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

extraOptions
Link copied to clipboard
private val extraOptions: Value
flags
Link copied to clipboard
private val flags: ResourceLoadFlags
networkRestriction
Link copied to clipboard
private val networkRestriction: NetworkRestriction
tag
Link copied to clipboard
private val tag: String