Uses of Class
com.smartfoxserver.v2.exceptions.SFSInvitationException
-
Packages that use SFSInvitationException Package Description com.smartfoxserver.v2.entities.invitation -
-
Uses of SFSInvitationException in com.smartfoxserver.v2.entities.invitation
Methods in com.smartfoxserver.v2.entities.invitation that throw SFSInvitationException Modifier and Type Method Description void
InvitationManager. onInvitationResult(int invitationId, InvitationResponse result, ISFSObject params)
Handle the response to an invitationvoid
InvitationManager. onInvitationResult(Invitation invitation, InvitationResponse result, ISFSObject params)
Handle the response to an invitationvoid
SFSInvitationManager. onInvitationResult(int invitationId, InvitationResponse result, ISFSObject params)
void
SFSInvitationManager. onInvitationResult(Invitation invitation, InvitationResponse result, ISFSObject params)
-