toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.helper.core.mention
/
AmityMentionMetadata
Amity
Mention
Metadata
sealed
class
AmityMentionMetadata
:
Parcelable
Inheritors
CHANNEL
USER
Members
Types
CHANNEL
Link copied to clipboard
class
CHANNEL
(
index
:
Int
,
length
:
Int
)
:
AmityMentionMetadata
USER
Link copied to clipboard
class
USER
(
userId
:
String
,
index
:
Int
,
length
:
Int
)
:
AmityMentionMetadata
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
)