mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal change
PiperOrigin-RevId: 364232860
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user