DeeplinkType

public enum DeeplinkType : String

Deeplink Types.

  • No deeplink type or unknown deeplink type.

    Declaration

    Swift

    case Unknown = ""
  • Badge Recovery.

    Declaration

    Swift

    case BadgeRecovery = "rb"
  • Badge invitation.

    Declaration

    Swift

    case BadgeInvitation = "ab"
  • Add badge.

    Declaration

    Swift

    case AddBadgeByLogin = "ao"
  • Configure Server Information.

    Declaration

    Swift

    case ConfigureServer = "cs"
  • Mobile Web SSO.

    Declaration

    Swift

    case MobileWebSSO = "authorizeweb"
  • Mobile App SSO.

    Declaration

    Swift

    case MobileAppSSO = "authorize"
  • NFC Tag Validation.

    Declaration

    Swift

    case NFCShortcut = "nfc_shortcut"