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.
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. |
val data: String? |
|
val mimeType: String? |
|
val url: String? |