Uses of Class
com.smartfoxserver.v2.entities.invitation.InvitationResponse
-
Packages that use InvitationResponse Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.entities.invitation -
-
Uses of InvitationResponse in com.smartfoxserver.v2.api
Methods in com.smartfoxserver.v2.api with parameters of type InvitationResponse Modifier and Type Method Description void
ISFSGameApi. replyToInvitation(User invitedUser, int invitationId, InvitationResponse reply, ISFSObject params, boolean fireClientEvent)
Handle the Invitation reply of a Uservoid
SFSGameApi. replyToInvitation(User invitedUser, int invitationId, InvitationResponse reply, ISFSObject params, boolean fireClientEvent)
Handle the Invitation reply of a User -
Uses of InvitationResponse in com.smartfoxserver.v2.entities.invitation
Methods in com.smartfoxserver.v2.entities.invitation that return InvitationResponse Modifier and Type Method 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.Methods in com.smartfoxserver.v2.entities.invitation with parameters of type InvitationResponse 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)
-