toggle menu
kindlysdk
main
switch theme
search in API
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity
/
OEmbedData
OEmbed
Data
data
class
OEmbedData
(
val
height
:
Int
?
=
null
,
val
width
:
Int
?
=
null
,
var
html
:
String
=
""
,
val
providerUrl
:
String
?
=
null
,
val
title
:
String
?
=
null
)
:
Parcelable
Members
Constructors
OEmbed
Data
Link copied to clipboard
constructor
(
height
:
Int
?
=
null
,
width
:
Int
?
=
null
,
html
:
String
=
""
,
providerUrl
:
String
?
=
null
,
title
:
String
?
=
null
)
Properties
height
Link copied to clipboard
@
SerializedName
(
value
=
"height"
)
val
height
:
Int
?
=
null
html
Link copied to clipboard
@
SerializedName
(
value
=
"html"
)
var
html
:
String
provider
Url
Link copied to clipboard
@
SerializedName
(
value
=
"provider_url"
)
val
providerUrl
:
String
?
=
null
title
Link copied to clipboard
@
SerializedName
(
value
=
"title"
)
val
title
:
String
?
=
null
width
Link copied to clipboard
@
SerializedName
(
value
=
"width"
)
val
width
:
Int
?
=
null
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
)