pix
Toggle table of contents
1.6.8
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
pix
pix
/
io.ak1.pix.models
/
Img
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
Members
Constructors
Img
Link copied to clipboard
constructor
(
headerDate
:
String
=
""
,
contentUrl
:
Uri
=
Uri.EMPTY
,
scrollerDate
:
String
=
""
,
mediaType
:
Int
=
1
)
Properties
content
Url
Link copied to clipboard
var
contentUrl
:
Uri
header
Date
Link copied to clipboard
var
headerDate
:
String
media
Type
Link copied to clipboard
var
mediaType
:
Int
position
Link copied to clipboard
var
position
:
Int
scroller
Date
Link copied to clipboard
var
scrollerDate
:
String
selected
Link copied to clipboard
var
selected
:
Boolean
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)