Add a type for CreateCloudSharingResult when create sharing success but the deice has no notification target to receive receiver updates.

PiperOrigin-RevId: 855362668
This commit is contained in:
hai007
2026-01-12 13:31:32 -08:00
committed by Copybara-Service
parent 5c8427a733
commit a32352398f
+3
View File
@@ -1006,6 +1006,9 @@ enum CloudCreateSharingResult {
CLOUD_CREATE_SHARING_RESULT_FILE_LIMIT_EXCEED_COUNT = 8;
// The request contains more than 10GB of files.
CLOUD_CREATE_SHARING_RESULT_FILE_LIMIT_EXCEED_SIZE = 9;
// The request was successful but this device cannot be notified for receiver
// updates.
CLOUD_CREATE_SHARING_RESULT_SUCCESS_NO_NOTIFICATION = 10;
}
// LINT.ThenChange(
// //depot/google3/java/com/google/android/gmscore/integ/modules/nearby/src/com/google/android/gms/nearby/sharing/cloud/data/CreateSharingRequestResultStatus.kt