mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
[Sharing Analytics] Tag Nearby Share logging events with copy/paste use case tag.
PiperOrigin-RevId: 455026207
This commit is contained in:
@@ -468,3 +468,12 @@ enum PermissionRequestType {
|
||||
PERMISSION_BLUETOOTH = 3;
|
||||
PERMISSION_LOCATION = 4;
|
||||
}
|
||||
|
||||
enum SharingUseCase {
|
||||
USE_CASE_UNKNOWN = 0;
|
||||
|
||||
USE_CASE_NEARBY_SHARE = 1;
|
||||
USE_CASE_REMOTE_COPY_PASTE = 2;
|
||||
USE_CASE_WIFI_CREDENTIAL = 3;
|
||||
USE_CASE_APP_SHARE = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user