Internal change

PiperOrigin-RevId: 364232860
This commit is contained in:
hai007
2021-03-21 20:42:59 -07:00
committed by Copybara-Service
parent 856f523de8
commit c648983d52
+9
View File
@@ -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;