User
Properties
User connection status.
Represents friend discovery key.
The friend name.
The User original profile URL.
The plain profile image URL, which does not contain SendbirdChat.eKey as a parameter. If the file encryption feature is enabled, accessing this plainProfileImageUrl will be denied.
The preferred languages of the user.
The profile image URL. If the file encryption feature is enabled, this will have SendbirdChat.eKey combined with the plainProfileImageUrl so the file can be accessed. For caching the file, it is recommended to use plainProfileImageUrl as the key of the file cache.
Functions
Creates meta data. This can be used to customize the user.
Deletes all meta data.
Deletes a meta data.
Gets meta data.
Serializes the User
instance. This byte array can be stored in the database in your application. The instance can be restored by buildFromSerializedData.
Updates meta data.