EMUserInfoManager class Null safety

The user attribute manager class, which gets and sets the user attributes.

Constructors

EMUserInfoManager()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

clearUserInfoCache() → void
fetchOwnInfo({int expireTime = 0}) Future<EMUserInfo?>
Gets the current user's attributes from the server.
fetchUserInfoById(List<String> userIds, {int expireTime = 0}) Future<Map<String, EMUserInfo>>
Gets user attributes of the specified users.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateOwnerUserInfo(EMUserInfo userInfo) Future<void>
@Deprecated("Switch to using EMUserInfoManager#updateUserInfo instead.")
updateUserInfo(EMUserInfo userInfo) Future<void>
Modifies the user attributes of the current user.

Operators

operator ==(Object other) bool
The equality operator.
inherited