Invitation
-
Service for invitation actions and to manage invitations events
See moreDeclaration
Swift
public class Invitations
-
Declaration
Swift
public struct SippoInvitationRequest
-
Represents a successfully response to Invitation
See moreDeclaration
Swift
public struct InvitationResponse: Model, Encodable
-
Delegate to manage invitation events
See moreDeclaration
Swift
public protocol InvitationsDelegate: class
-
Errors related with InvitationRequest actions
- alreadyRequested: Participant had been already invited
- busy: Participant is busy
- participantNotFound: Participant doesn’t exist as user
- noAnswerToInvite: Participant didn’t answer in time
- invitationDeclined: Participant had declined the InvitationRequest
- internalError: Internals errors
Declaration
Swift
public enum SippoInvitationRequestError: Error