User
interface User
Content copied to clipboard
User info object
Types
Update Reason
Link copied to clipboard
enum UpdateReason
Content copied to clipboard
Indicates reason for user info update.
Functions
get Attributes
Link copied to clipboard
Custom attributes associated with this user.
get Friendly Name
Link copied to clipboard
Method that returns the friendlyName from the user info.
get Identity
Link copied to clipboard
Returns the identity of the user.
is Notifiable
Link copied to clipboard
Return user's push reachability.
is Subscribed
Link copied to clipboard
Check if this user receives real-time status updates.
set Attributes
Link copied to clipboard
abstract fun setAttributes(attributes: Attributes, listener: StatusListener)
Content copied to clipboard
Set attributes associated with this user.
set Friendly Name
Link copied to clipboard
abstract fun setFriendlyName(friendlyName: String, listener: StatusListener)
Content copied to clipboard
Updates the friendly name for this user info.
unsubscribe
Link copied to clipboard
abstract fun unsubscribe()
Content copied to clipboard
Unsubscribe from this user, freeing up resources.