ResourceLoadOptions

open class ResourceLoadOptions : Serializable

Constructors

ResourceLoadOptions
Link copied to clipboard
open fun ResourceLoadOptions(@NonNull tag: String, @NonNull flags: ResourceLoadFlags, @NonNull networkRestriction: NetworkRestriction, @Nullable extraOptions: Value)
ResourceLoadOptions
Link copied to clipboard
open fun ResourceLoadOptions(@NonNull tag: String, @Nullable 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