Package | Description |
---|---|
com.smartfoxserver.v2.api | |
com.smartfoxserver.v2.entities.invitation |
Modifier and Type | Method and Description |
---|---|
void |
ISFSGameApi.replyToInvitation(User invitedUser,
int invitationId,
InvitationResponse reply,
ISFSObject params,
boolean fireClientEvent)
Handle the Invitation reply of a User
|
void |
SFSGameApi.replyToInvitation(User invitedUser,
int invitationId,
InvitationResponse reply,
ISFSObject params,
boolean fireClientEvent)
Handle the Invitation reply of a User
|
Modifier and Type | Method and Description |
---|---|
static InvitationResponse |
InvitationResponse.fromId(int id) |
static InvitationResponse |
InvitationResponse.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InvitationResponse[] |
InvitationResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SFSInvitationManager.onInvitationResult(int invitationId,
InvitationResponse result,
ISFSObject params) |
void |
InvitationManager.onInvitationResult(int invitationId,
InvitationResponse result,
ISFSObject params)
Handle the response to an invitation
|
void |
SFSInvitationManager.onInvitationResult(Invitation invitation,
InvitationResponse result,
ISFSObject params) |
void |
InvitationManager.onInvitationResult(Invitation invitation,
InvitationResponse result,
ISFSObject params)
Handle the response to an invitation
|