Package | Description |
---|---|
com.smartfoxserver.v2.entities.invitation |
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
|