DeviceType

enum DeviceType {}

enum DeviceType specifies the device type on which this is running (must be set from outside)

  • No device type specified

    Declaration

    Objective-C

    deviceTypeNone = -1
  • Device type mobile

    Declaration

    Objective-C

    deviceTypeMobile
  • Device type tablet

    Declaration

    Objective-C

    deviceTypeTablet
  • Device type desktop

    Declaration

    Objective-C

    deviceTypeDesktop
  • Device type tv

    Declaration

    Objective-C

    deviceTypeTV