android-components / mozilla.components.browser.engine.system / ScheduledLoad

ScheduledLoad

data class ScheduledLoad (source)

Used for when we need to schedule loading a url or data with a mime type, if there isn't a session already created.

Constructors

<init>

ScheduledLoad(data: String, mimeType: String)
ScheduledLoad()ScheduledLoad(url: String?, data: String? = null, mimeType: String? = null)

Used for when we need to schedule loading a url or data with a mime type, if there isn't a session already created.

Properties

data

val data: String?

mimeType

val mimeType: String?

url

val url: String?