xref: /expo/packages/expo-modules-core/ios/Interfaces/Permissions/EXUserNotificationCenterProxyInterface.h (revision 9cd66512)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2018-present 650 Industries. All rights reserved.
2 
3 #import <Foundation/Foundation.h>
4 #import <UserNotifications/UserNotifications.h>
5 
6 @protocol EXUserNotificationCenterProxyInterface <NSObject>
7 
8 - (void)getNotificationSettingsWithCompletionHandler:(nonnull void(^)(UNNotificationSettings *__nonnull settings))completionHandler;
9 - (void)requestAuthorizationWithOptions:(UNAuthorizationOptions)options completionHandler:(nonnull void (^)(BOOL granted, NSError *__nullable error))completionHandler;
10 
11 @end
12 

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026