mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Integrate Dart UX with windows_admin_plugin
PiperOrigin-RevId: 551316220
This commit is contained in:
committed by
Copybara-Service
parent
7e1f286d93
commit
040ed31341
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user