Img

data class Img(var headerDate: String = "", var contentUrl: Uri = Uri.EMPTY, var scrollerDate: String = "", var mediaType: Int = 1) : Parcelable

Created By Akshay Sharma on 17,June,2021 https://ak1.io

Constructors

Link copied to clipboard
constructor(headerDate: String = "", contentUrl: Uri = Uri.EMPTY, scrollerDate: String = "", mediaType: Int = 1)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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