Package 

Enum DeviceType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum DeviceType
    extends Enum<DeviceType>
                        

    Device type.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      OTHER

      Other device type.

      BOT

      Bot type.

      GAMING_CONSOLE

      Gaming console device type.

      DESKTOP

      Desktop device type.

      TV

      TV device type.

      TABLET

      Tablet device type.

      MOBILE

      Mobile device type.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait