mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Internal change
PiperOrigin-RevId: 385056025
This commit is contained in:
@@ -168,6 +168,9 @@ enum EventType {
|
||||
// to correct attachment formats and move files attachments from temporary
|
||||
// directory to final destination.
|
||||
PROCESS_RECEIVED_ATTACHMENTS_END = 43;
|
||||
|
||||
// Toggle Show Notification setting item in Nearby Share setting.
|
||||
TOGGLE_SHOW_NOTIFICATION = 44;
|
||||
}
|
||||
|
||||
// Event category to differentiate whether this comes from sender or receiver,
|
||||
@@ -389,3 +392,10 @@ enum VerifyAPKStatus {
|
||||
INSTALLABLE = 2;
|
||||
ALREADY_INSTALLED = 3;
|
||||
}
|
||||
|
||||
enum ShowNotificationStatus {
|
||||
UNKNOWN_SHOW_NOTIFICATION_STATUS = 0;
|
||||
|
||||
SHOW = 1;
|
||||
NOT_SHOW = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user