DeviceType

public enum DeviceType : CustomStringConvertible, JSONRepresentable

The DeviceType union

  • An unspecified error.

    Declaration

    Swift

    case desktop
  • An unspecified error.

    Declaration

    Swift

    case mobile
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }