DispatchChannel

public enum DispatchChannel : String, Codable, CaseIterable

The DispatchChannel enum contains the available dispatch names as configured in NEVIS Mobile Authentication backend.

  • A Push notifications dispatcher based on Firebase Cloud Messaging.

    Declaration

    Swift

    case push = "firebase-cloud-messaging"
  • A QR code dispatcher

    Declaration

    Swift

    case qrCode = "png-qr-code"
  • Universal Link dispatcher

    Declaration

    Swift

    case universalLink = "link"