xref: /expo/packages/expo-notifications/ios/EXNotifications/Notifications/Background/EXBackgroundNotificationTasksModule.h (revision bb5069cd)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2021-present 650 Industries. All rights reserved.
2 
3 #import <ExpoModulesCore/EXExportedModule.h>
4 #import <ExpoModulesCore/EXModuleRegistryConsumer.h>
5 #import <EXNotifications/EXNotificationsDelegate.h>
6 
7 typedef NS_ENUM(NSUInteger, EXBackgroundNotificationResult) {
8   EXBackgroundNotificationResultNoData = 1,
9   EXBackgroundNotificationResultNewData = 2,
10   EXBackgroundNotificationResultFailed = 3,
11 };
12 
13 @interface EXBackgroundNotificationTasksModule : EXExportedModule <EXModuleRegistryConsumer>
14 
15 
16 @end
17 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025