mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
...text exposed to open source public git repo...
PiperOrigin-RevId: 921357852
This commit is contained in:
@@ -848,6 +848,14 @@ enum SharingUseCase {
|
||||
USE_CASE_TAP_TO_SHARE = 9;
|
||||
}
|
||||
|
||||
enum SharingSurface {
|
||||
SURFACE_UNKNOWN = 0;
|
||||
|
||||
SURFACE_QUICK_SHARE = 1;
|
||||
SURFACE_APP = 2;
|
||||
SURFACE_SYSTEM_SHARE_SHEET = 3;
|
||||
}
|
||||
|
||||
// Used only for Windows App now.
|
||||
enum AppCrashReason {
|
||||
APP_CRASH_REASON_UNKNOWN = 0;
|
||||
|
||||
Reference in New Issue
Block a user