Integrate Dart UX with windows_admin_plugin

PiperOrigin-RevId: 551316220
This commit is contained in:
Qin Wang
2023-07-26 14:30:04 -07:00
committed by Copybara-Service
parent 7e1f286d93
commit 040ed31341
3 changed files with 51 additions and 9 deletions
+2
View File
@@ -37,7 +37,9 @@ class WindowsAdminPlugin : public FastPairPlugin {
ObserverList<FastPairNotificationController::Observer> observers;
const FastPairDevice* device = nullptr;
std::unique_ptr<FastPairService> fast_pair_service;
bool foreground_currently_showing_notification = false;
};
class Provider : public FastPairPluginProvider {
public:
explicit Provider(PluginState* state) : state_(state) {}