mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Add one NULL_MESSAGE into the Description enum to represent the null case.
PiperOrigin-RevId: 419725172
This commit is contained in:
@@ -502,4 +502,5 @@ enum Description {
|
||||
UNSUPPORTED_DEVICE_TYPE_AUTO = 168;
|
||||
UNSUPPORTED_DEVICE_TYPE_TV = 169;
|
||||
UNSUPPORTED_DEVICE_TYPE_WEAR = 170;
|
||||
NULL_MESSAGE = 171;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user