UserManager class
- Available extensions
Constructors
Properties
- context ↔ Context
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service ↔ VoiceRoomService
-
latefinal
- state → UserState
-
final
-
toastSubject
↔ StreamController<
String> ? -
latefinal
Methods
-
checkFollowType(
{required String userId}) → Future< void> -
fetchSelfInfo(
) → void -
fetchUserList(
) → Future< void> -
followUser(
{required User user, required bool isFollow}) → Future< void> -
init(
Context context) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onLinkStatusChanged(
LinkStatus status) → void -
Available on UserManager, provided by the UserManagerStateOperation extension
-
onMyFollowingListChanged(
List< V2TimUserFullInfo> userInfoList, bool isAdd) → void -
Available on UserManager, provided by the VoiceRoomUserManagerCallback extension
-
onRemoteUserEnterRoom(
String roomId, TUIUserInfo userInfo) → void -
Available on UserManager, provided by the VoiceRoomUserManagerCallback extension
-
onRemoteUserLeaveRoom(
String roomId, TUIUserInfo userInfo) → void -
Available on UserManager, provided by the VoiceRoomUserManagerCallback extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited