mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Add "Foldable" DeviceType to PresenceDevice.
PiperOrigin-RevId: 528629960
This commit is contained in:
committed by
Copybara-Service
parent
15d81201f8
commit
8741eb6c71
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user