DeviceType

public enum DeviceType : String

DeviceType is the type of the device.

Author

Adamas

Version

1.5.0

Date

16/08/2019
  • Undocumented

    Declaration

    Swift

    case phone = "Phone"
  • pad

    Undocumented

    Declaration

    Swift

    case pad = "Pad"
  • Undocumented

    Declaration

    Swift

    case watch = "Watch"
  • Undocumented

    Declaration

    Swift

    case unknown = "Unknown"