mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal change
PiperOrigin-RevId: 370409749
This commit is contained in:
@@ -67,6 +67,7 @@ enum SessionRole {
|
||||
DISCOVERER = 2;
|
||||
}
|
||||
|
||||
// LINT.IfChange
|
||||
enum Medium {
|
||||
UNKNOWN_MEDIUM = 0;
|
||||
MDNS = 1 [deprecated = true];
|
||||
@@ -79,6 +80,7 @@ enum Medium {
|
||||
WIFI_DIRECT = 8;
|
||||
WEB_RTC = 9;
|
||||
}
|
||||
// LINT.ThenChange(//depot/google3/java/com/google/android/gmscore/integ/client/nearby/src/com/google/android/gms/nearby/connection/Medium.java)
|
||||
|
||||
// The result of a ConnectionRequest.
|
||||
enum ConnectionRequestResponse {
|
||||
|
||||
Reference in New Issue
Block a user