DataLoader

open class DataLoader(context: Context, cacheDirectory: File, cacheSize: Long, referrer: String, userAgent: String?)

Types

Companion
Link copied to clipboard
object Companion

Functions

adjustClientSettings
Link copied to clipboard
fun adjustClientSettings(cacheDirectory: File? = null, cacheSize: Long? = null, referrer: String? = null, userAgent: String? = null)
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
loadData
Link copied to clipboard
open fun loadData(url: String, etag: String?): <ERROR CLASS>
loadTexture
Link copied to clipboard
open fun loadTexture(url: String, etag: String?): <ERROR CLASS>
toString
Link copied to clipboard
open fun toString(): String