toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.core.presence
/
AmityUserPresence
Amity
User
Presence
data
class
AmityUserPresence
(
userId
:
String
,
lastHeartbeat
:
DateTime
?
)
:
Parcelable
Members
Constructors
Amity
User
Presence
Link copied to clipboard
constructor
(
userId
:
String
,
lastHeartbeat
:
DateTime
?
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
get
Last
Heartbeat
Link copied to clipboard
fun
getLastHeartbeat
(
)
:
DateTime
?
get
User
Id
Link copied to clipboard
fun
getUserId
(
)
:
String
is
Online
Link copied to clipboard
fun
isOnline
(
)
:
Boolean
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)