mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Make PayloadProgressInfoW align with java code definition.
PiperOrigin-RevId: 456344013
This commit is contained in:
committed by
Copybara-Service
parent
064a482e7d
commit
a0fd221155
@@ -117,7 +117,7 @@ struct DLL_API ConnectionResponseInfoW {
|
||||
struct DLL_API PayloadProgressInfoW {
|
||||
PayloadId payload_id = 0;
|
||||
enum class Status {
|
||||
kSuccess,
|
||||
kSuccess = 1,
|
||||
kFailure,
|
||||
kInProgress,
|
||||
kCanceled,
|
||||
|
||||
Reference in New Issue
Block a user