toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.helper.core.mention
/
AmityMentionMetadata
/
USER
USER
class
USER
(
userId
:
String
,
index
:
Int
,
length
:
Int
)
:
AmityMentionMetadata
Members
Constructors
USER
Link copied to clipboard
constructor
(
userId
:
String
,
index
:
Int
,
length
:
Int
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
get
Index
Link copied to clipboard
fun
getIndex
(
)
:
Int
get
Length
Link copied to clipboard
fun
getLength
(
)
:
Int
get
User
Id
Link copied to clipboard
fun
getUserId
(
)
:
String
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)