kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.presentation.feedback.views
/
EmojiItem
Emoji
Item
data
class
EmojiItem
(
val
imageUrl
:
String
,
val
text
:
String
,
val
sentiment
:
String
,
val
showRating
:
Boolean
)
Members
Constructors
Emoji
Item
Link copied to clipboard
constructor
(
imageUrl
:
String
,
text
:
String
,
sentiment
:
String
,
showRating
:
Boolean
)
Properties
image
Url
Link copied to clipboard
val
imageUrl
:
String
sentiment
Link copied to clipboard
val
sentiment
:
String
show
Rating
Link copied to clipboard
val
showRating
:
Boolean
text
Link copied to clipboard
val
text
:
String