Files
daily-notification-plugin/android/plugin/src
Matthew Raymer eefd5455ed feat(spi): add native fetcher SPI interface for background content fetching
- Add NativeNotificationContentFetcher interface for host app implementations
- Add FetchContext class to pass fetch parameters (trigger, scheduledTime, fetchTime)
- Add SchedulingPolicy class for retry backoff configuration
- Add TypeScript definitions for content fetcher SPI in src/definitions.ts
- Export SPI types from src/index.ts

This enables host apps to provide their own content fetching implementation
for background workers, following the Integration Point Refactor (PR2).
2025-10-30 07:04:16 +00:00
..