Invitations

public class Invitations

Service for invitation actions and to manage invitations events

  • Delegate to manage invitation events like new or cancel invitation

    Declaration

    Swift

    public weak var delegate: InvitationsDelegate?
  • Active InvitationRequests sent by user

    Declaration

    Swift

    public fileprivate(set) lazy var pendingRequestStore: [String: String] = [:]
  • Active InvitationRequests received to user

    Declaration

    Swift

    public fileprivate(set) lazy var receivedRequestStore: [String: SippoInvitationRequest] = [:]