toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.social.member
/
AmityCommunityMember
Amity
Community
Member
data
class
AmityCommunityMember
:
Parcelable
,
ReactorObject
Members
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
get
Channel
Id
Link copied to clipboard
fun
getChannelId
(
)
:
String
get
Community
Id
Link copied to clipboard
fun
getCommunityId
(
)
:
String
get
Created
At
Link copied to clipboard
fun
getCreatedAt
(
)
:
DateTime
get
Roles
Link copied to clipboard
fun
getRoles
(
)
:
AmityRoles
get
Updated
At
Link copied to clipboard
fun
getUpdatedAt
(
)
:
DateTime
get
User
Link copied to clipboard
fun
getUser
(
)
:
AmityUser
?
get
User
Id
Link copied to clipboard
fun
getUserId
(
)
:
String
is
Banned
Link copied to clipboard
fun
isBanned
(
)
:
Boolean
unique
Id
Link copied to clipboard
open
override
fun
uniqueId
(
)
:
String
updated
At
Link copied to clipboard
open
override
fun
updatedAt
(
)
:
DateTime
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)