Add "Foldable" DeviceType to PresenceDevice.

PiperOrigin-RevId: 528629960
This commit is contained in:
Joy Babafemi
2023-05-01 18:20:42 -07:00
committed by Copybara-Service
parent 15d81201f8
commit 8741eb6c71
+3
View File
@@ -70,4 +70,7 @@ enum DeviceType {
// The device is a ChromeOS device. ChromeOS can be a laptop, desktop, or
// convertible (tablet + clamshell).
DEVICE_TYPE_CHROMEOS = 7;
// The device is a foldable.
DEVICE_TYPE_FOLDABLE = 8;
}