IAccountManagerComponent

Properties

Link copied to clipboard

账号异常事件,如token过期、账号已被注销等

Link copied to clipboard
abstract val isLogin: LiveData<Boolean>

是否已经登录

Link copied to clipboard
abstract val user: LiveData<User?>

当前登录的用户信息

Functions

Link copied to clipboard
abstract fun login(accessInfo: IUserAccessInfo)
abstract fun login(c2c: UserC2CInfo)
abstract suspend fun login(account: AccountType, password: String): GWResult<User>

登录账号

Link copied to clipboard
abstract suspend fun logout(): GWResult<Unit>

登出账号

Link copied to clipboard
abstract suspend fun modifyPassword(oldPassword: String, newPassword: String): GWResult<Unit>

修改密码

Link copied to clipboard
abstract suspend fun modifyUserInfo(nick: String?, avatarUrl: String?): GWResult<User>

修改用户信息

Link copied to clipboard
abstract suspend fun refreshUserInfo(): GWResult<User>

刷新用户信息