toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.core.unread
/
UserUnread
User
Unread
data
class
UserUnread
(
val
unreadCount
:
Int
,
val
hasMentioned
:
Boolean
,
val
isMentioned
:
Boolean
)
:
Parcelable
Members
Constructors
User
Unread
Link copied to clipboard
constructor
(
unreadCount
:
Int
,
hasMentioned
:
Boolean
,
isMentioned
:
Boolean
)
Properties
has
Mentioned
Link copied to clipboard
val
hasMentioned
:
Boolean
is
Mentioned
Link copied to clipboard
val
isMentioned
:
Boolean
unread
Count
Link copied to clipboard
val
unreadCount
:
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
)