xref: /expo/packages/expo-notifications/ios/EXNotifications/Notifications/Presenting/EXNotificationPresentationModule.h (revision efd75dec)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2018-present 650 Industries. All rights reserved.
2 
3 #import <ExpoModulesCore/EXExportedModule.h>
4 #import <ExpoModulesCore/EXModuleRegistryConsumer.h>
5 #import <EXNotifications/EXNotificationsDelegate.h>
6 
7 @interface EXNotificationPresentationModule : EXExportedModule <EXModuleRegistryConsumer, EXNotificationsDelegate>
8 
9 - (NSArray * _Nonnull)serializeNotifications:(NSArray<UNNotification *> * _Nonnull)notifications;
10 
11 - (void)dismissNotificationWithIdentifier:(NSString *)identifier resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
12 
13 @end
14 

served by {OpenGrok

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