Package-level declarations
Types
Link copied to clipboard
登录事件。
Link copied to clipboard
data class LoginState(val loginStatus: StateFlow<LoginStatus>, val loginUserInfo: StateFlow<UserProfile?>)
登录状态
Link copied to clipboard
登录状态。
Link copied to clipboard
登录相关接口,管理用户登录、登出、用户信息设置等操作。
Link copied to clipboard
data class UserProfile(var userID: String = "", var nickname: String? = null, var avatarURL: String? = null, var selfSignature: String? = null, var gender: Gender? = null, var role: Int? = null, var level: Int? = null, var birthday: Long? = null, var allowType: AllowType? = null, var customInfo: Map<String, ByteArray>? = null) : Parcelable
用户资料