From c648983d52735a5991e4b1d9f2233fa4c727efdb Mon Sep 17 00:00:00 2001 From: hai007 Date: Sun, 21 Mar 2021 20:42:42 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 364232860 --- proto/sharing_enums.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index b43a82bc..f6803167 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -160,6 +160,9 @@ enum EventType { // Receiver verification of APKs status. VERIFY_APK = 41; + + // User starts a consent. + LAUNCH_CONSENT = 42; } // Event category to differentiate whether this comes from sender or receiver, @@ -340,6 +343,12 @@ enum ActivityName { CONSENTS_ACTIVITY = 6; } +enum ConsentType { + CONSENT_TYPE_UNKNOWN = 0; + + CONSENT_TYPE_C11N = 1; +} + enum ApkSource { UNKNOWN_APK_SOURCE = 0;