Interface InvitationCallback

    • Method Detail

      • onAccepted

        void onAccepted​(Invitation invObj,
                        ISFSObject params)
        Fired when the invited User has accepted the invitation
        Parameters:
        invObj - the invitation
        params - optional custom parameters sent by the invitee
      • onRefused

        void onRefused​(Invitation invObj,
                       ISFSObject params)
        Fired when the invited User has refused the invitation
        Parameters:
        invObj - the invitation
        params - optional custom parameters sent by the invitee
      • onExpired

        void onExpired​(Invitation invObj)
        The event is fired when the invitation has expired or if the invitee gets disconnected before he sends a response.
        Parameters:
        invObj - the invitation