Module: AppInfo::Device
- Defined in:
- lib/app_info/const.rb
Overview
Device Type
Defined Under Namespace
Modules: Apple, Google, Huawei, Microsoft
Constant Summary collapse
- MACOS =
Deprecated.
Use Device::Apple#MACOS instead, this method will remove in 3.3.0.
macOS
:macos- IPHONE =
Deprecated.
Use Device::Apple#IPHONE instead, this method will remove in 3.3.0.
Apple iPhone
:iphone- IPAD =
Deprecated.
Use Device::Apple#IPAD instead, this method will remove in 3.3.0.
Apple iPad
:ipad- UNIVERSAL =
Deprecated.
Use Device::Apple#UNIVERSAL instead, this method will remove in 3.3.0.
Apple Universal (iPhone and iPad)
:universal- APPLETV =
Deprecated.
Use Device::Apple#APPLETV instead, this method will remove in 3.3.0.
Apple TV
:appletv- IWATCH =
Deprecated.
Use Device::Apple#IWATCH instead, this method will remove in 3.3.0.
Apple Watch (TODO: not implemented yet)
:iwatch- PHONE =
Deprecated.
Use Device::Google#PHONE instead, this method will remove in 3.3.0.
Android Phone
:phone- TABLET =
Deprecated.
Use Device::Google#TABLET instead, this method will remove in 3.3.0.
Android Tablet (TODO: not implemented yet)
:tablet- WATCH =
Deprecated.
Use Device::Google#WATCH instead, this method will remove in 3.3.0.
Android Watch
:watch- TELEVISION =
Deprecated.
Use Device::Google#TELEVISION instead, this method will remove in 3.3.0.
Android TV
:television- AUTOMOTIVE =
Deprecated.
Use Device::Google#AUTOMOTIVE instead, this method will remove in 3.3.0.
Android Car Automotive
:automotive- WINDOWS =
Deprecated.
Use Device::Microsoft#WINDOWS instead, this method will remove in 3.3.0.
Windows
:windows