Module: Google::Cloud::Talent::V4::DeviceInfo::DeviceType
- Defined in:
- proto_docs/google/cloud/talent/v4/common.rb
Overview
An enumeration describing an API access portal and exposure mechanism.
Constant Summary collapse
- DEVICE_TYPE_UNSPECIFIED =
The device type isn't specified.
0
- WEB =
A desktop web browser, such as, Chrome, Firefox, Safari, or Internet Explorer)
1
- MOBILE_WEB =
A mobile device web browser, such as a phone or tablet with a Chrome browser.
2
- ANDROID =
An Android device native application.
3
- IOS =
An iOS device native application.
4
- BOT =
A bot, as opposed to a device operated by human beings, such as a web crawler.
5
- OTHER =
Other devices types.
6