Files
daily-notification-plugin/android
Matthew Raymer 4d7dfcb842 feat(dev-app): register native fetcher SPI implementation
Add host app implementation of NativeNotificationContentFetcher for development app:
- Create PluginApplication extends Application to register fetcher on app startup
- Create DemoNativeFetcher implementing NativeNotificationContentFetcher interface
- Register PluginApplication in AndroidManifest.xml
- DemoNativeFetcher returns mock notification content for testing

This demonstrates the SPI pattern where host apps provide their own
content fetching implementation to the plugin for background workers.
2025-10-30 07:04:29 +00:00
..