ChannelScope

public enum ChannelScope : String, Codable, Sendable, Equatable

Channel scope.

  • app

    App channels - amazon, android, iOS

    Declaration

    Swift

    case app
  • web

    Web channels

    Declaration

    Swift

    case web
  • Email channels

    Declaration

    Swift

    case email
  • sms

    SMS channels

    Declaration

    Swift

    case sms