Properties
User connection status.
Represents friend discovery key.
The friend name.
Whether the Member is blocked by the SendbirdChat.currentUser.
Whether the Member is blocking the SendbirdChat.currentUser.
The Member's invitation state.
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.
Restriction information for the current member. Only Nonnull
if the member is muted.
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 Member
instance. This byte array can be stored in the database in your application. The instance can be restored by buildFromSerializedData.
Updates meta data.