UNPKG

react-native-background-task-manager

Version:

Advanced React Native background task manager with foreground services, scheduling, and geolocation support for Android

18 lines (11 loc) 446 B
// Enhanced notification action interface // Enhanced task configuration interface // Task status interface // Service metrics interface // Enhanced service event listener interface // Task manager interface export { default } from './ForegroundService'; export { default as BackgroundTaskManager } from './ForegroundService'; export { TaskManager } from './TaskManager'; // Type aliases for better naming //# sourceMappingURL=index.js.map