FriendStatusEnum enum

好友状态枚举

Inheritance

Constructors

FriendStatusEnum()
const

Values

SUCC → const FriendStatusEnum

操作成功

PARAM_INVALID → const FriendStatusEnum

请求参数错误,请根据错误描述检查请求是否正确

SELF_FRIEND_FULL → const FriendStatusEnum

加好友、响应好友时有效:自己的好友数已达系统上限

THEIR_FRIEND_FULL → const FriendStatusEnum

加好友、响应好友时有效:对方的好友数已达系统上限

IN_SELF_BLACK_LIST → const FriendStatusEnum

加好友时有效:被加好友在自己的黑名单中

FRIEND_SIDE_FORBID_ADD → const FriendStatusEnum

加好友时有效:被加好友设置为禁止加好友

IN_OTHER_SIDE_BLACK_LIST → const FriendStatusEnum

加好友时有效:已被被添加好友设置为黑名单

PENDING → const FriendStatusEnum

加好友时有效:等待好友审核同意

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<FriendStatusEnum>
A constant List of the values in this enum, in order of their declaration.