MobileDeviceConstant
Stay organized with collections
Save and categorize content based on your preferences.
A mobile device constant.
Fields |
resource_name
|
string
Output only. The resource name of the mobile device constant. Mobile device constant resource names have the form: mobileDeviceConstants/{criterion_id}
|
type
|
MobileDeviceType
Output only. The type of mobile device.
|
id
|
int64
Output only. The ID of the mobile device constant.
|
name
|
string
Output only. The name of the mobile device.
|
manufacturer_name
|
string
Output only. The manufacturer of the mobile device.
|
operating_system_name
|
string
Output only. The operating system of the mobile device.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["Mobile device constants provide information about specific mobile devices, including their type, ID, name, manufacturer, and operating system."],["These constants are identified by a unique resource name and are read-only, meaning their values are pre-defined and cannot be modified."],["Each mobile device constant is categorized by a MobileDeviceType enum value, specifying whether it's a mobile phone, tablet, or other mobile device type."]]],[]]