Package | com.smartfoxserver.v2.entities.invitation |
Class | public class InvitationReply |
Inheritance | InvitationReply Object |
See also
Method | Defined By | ||
---|---|---|---|
fromCode(code:int):String [static] | InvitationReply |
Constant | Defined By | ||
---|---|---|---|
ACCEPT : int = 0 [static]
Invitation is accepted. | InvitationReply | ||
EXPIRED : int = 255 [static]
Invitation expired
| InvitationReply | ||
REFUSE : int = 1 [static]
Invitation is refused. | InvitationReply |
fromCode | () | method |
public static function fromCode(code:int):String
Parameters
code:int |
String |
ACCEPT | Constant |
public static const ACCEPT:int = 0
Invitation is accepted.
EXPIRED | Constant |
public static const EXPIRED:int = 255
Invitation expired
REFUSE | Constant |
public static const REFUSE:int = 1
Invitation is refused.