ActionType

一个行为的类型。行为不论形式,都分为主动行为与被动行为。

判定主动与被动一般可以通过这个行为能否随时随地进行主动发起来判断。

例如主动向好友发送一个消息的行为就是 主动的行为,而只有通过一次事件才能进行 回复 的行为是 被动的.

Entries

Link copied to clipboard

主动的

Link copied to clipboard

被动的

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard