kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity
/
OEmbedData
OEmbed
Data
@
Serializable
data
class
OEmbedData
(
val
height
:
Int
?
=
null
,
val
width
:
Int
?
=
null
,
var
html
:
String
?
=
null
,
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
?
=
null
,
providerUrl
:
String
?
=
null
,
title
:
String
?
=
null
)
Properties
accessibility
Id
Link copied to clipboard
val
accessibilityId
:
String
Generates a unique accessibility identifier for Appium automation Format: embed_provider_
title
height
Link copied to clipboard
@
SerialName
(
value
=
"height"
)
val
height
:
Int
?
html
Link copied to clipboard
@
SerialName
(
value
=
"html"
)
var
html
:
String
?
provider
Url
Link copied to clipboard
@
SerialName
(
value
=
"provider_url"
)
val
providerUrl
:
String
?
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
String
?
width
Link copied to clipboard
@
SerialName
(
value
=
"width"
)
val
width
:
Int
?
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
)