Base64

data class Base64(val file: String) : ResourceType, Parcelable

Constructors

Link copied to clipboard
constructor(file: String)

Properties

Link copied to clipboard
val file: String

Functions

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