Remote

data class Remote(val url: String, val headers: HashMap<String, String> = hashMapOf()) : ResourceType, Parcelable

Constructors

Link copied to clipboard
constructor(url: String, headers: HashMap<String, String> = hashMapOf())

Properties

Link copied to clipboard
val headers: HashMap<String, String>
Link copied to clipboard
val url: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)