Home
last modified time | relevance | path

Searched refs:completionHandler (Results 1 – 25 of 263) sorted by relevance

1234567891011

/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/
H A DABI49_0_0EXNotifications.h11 …:(UNAuthorizationOptions)options completionHandler:(void (^)(BOOL granted, NSError *__nullable err…
14 …oriesWithCompletionHandler:(void(^)(NSSet<UNNotificationCategory *> *categories))completionHandler;
16 …ficationSettingsWithCompletionHandler:(void(^)(UNNotificationSettings *settings))completionHandler;
18 …est *)request withCompletionHandler:(nullable void(^)(NSError *__nullable error))completionHandler;
20 …questsWithCompletionHandler:(void(^)(NSArray<UNNotificationRequest *> *requests))completionHandler;
29 completionHandler:(void (^)(NSString * _Nullable, NSError * _Nullable))handler;
31completionHandler:(void (^)(NSString * _Nullable pushToken, NSError * _Nullable error))handler;
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/
H A DABI48_0_0EXNotifications.h11 …:(UNAuthorizationOptions)options completionHandler:(void (^)(BOOL granted, NSError *__nullable err…
14 …oriesWithCompletionHandler:(void(^)(NSSet<UNNotificationCategory *> *categories))completionHandler;
16 …ficationSettingsWithCompletionHandler:(void(^)(UNNotificationSettings *settings))completionHandler;
18 …est *)request withCompletionHandler:(nullable void(^)(NSError *__nullable error))completionHandler;
20 …questsWithCompletionHandler:(void(^)(NSArray<UNNotificationRequest *> *requests))completionHandler;
29 completionHandler:(void (^)(NSString * _Nullable, NSError * _Nullable))handler;
31completionHandler:(void (^)(NSString * _Nullable pushToken, NSError * _Nullable error))handler;
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/
H A DABI47_0_0EXNotifications.h11 …:(UNAuthorizationOptions)options completionHandler:(void (^)(BOOL granted, NSError *__nullable err…
14 …oriesWithCompletionHandler:(void(^)(NSSet<UNNotificationCategory *> *categories))completionHandler;
16 …ficationSettingsWithCompletionHandler:(void(^)(UNNotificationSettings *settings))completionHandler;
18 …est *)request withCompletionHandler:(nullable void(^)(NSError *__nullable error))completionHandler;
20 …questsWithCompletionHandler:(void(^)(NSArray<UNNotificationRequest *> *requests))completionHandler;
29 completionHandler:(void (^)(NSString * _Nullable, NSError * _Nullable))handler;
31completionHandler:(void (^)(NSString * _Nullable pushToken, NSError * _Nullable error))handler;
/expo/packages/expo-modules-core/ios/Services/Permissions/
H A DEXReactNativeUserNotificationCenterProxy.m15 …ificationSettingsWithCompletionHandler:(void(^)(UNNotificationSettings *settings))completionHandler
17 …nCenter currentNotificationCenter] getNotificationSettingsWithCompletionHandler:completionHandler];
20 …:(UNAuthorizationOptions)options completionHandler:(void (^)(BOOL granted, NSError *__nullable err…
22 …ntNotificationCenter] requestAuthorizationWithOptions:options completionHandler:completionHandler];
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Services/Permissions/
H A DABI48_0_0EXReactNativeUserNotificationCenterProxy.m15 …ificationSettingsWithCompletionHandler:(void(^)(UNNotificationSettings *settings))completionHandler
17 …nCenter currentNotificationCenter] getNotificationSettingsWithCompletionHandler:completionHandler];
20 …:(UNAuthorizationOptions)options completionHandler:(void (^)(BOOL granted, NSError *__nullable err…
22 …ntNotificationCenter] requestAuthorizationWithOptions:options completionHandler:completionHandler];
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Services/Permissions/
H A DABI49_0_0EXReactNativeUserNotificationCenterProxy.m15 …ificationSettingsWithCompletionHandler:(void(^)(UNNotificationSettings *settings))completionHandler
17 …nCenter currentNotificationCenter] getNotificationSettingsWithCompletionHandler:completionHandler];
20 …:(UNAuthorizationOptions)options completionHandler:(void (^)(BOOL granted, NSError *__nullable err…
22 …ntNotificationCenter] requestAuthorizationWithOptions:options completionHandler:completionHandler];
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Services/Permissions/
H A DABI47_0_0EXReactNativeUserNotificationCenterProxy.m15 …ificationSettingsWithCompletionHandler:(void(^)(UNNotificationSettings *settings))completionHandler
17 …nCenter currentNotificationCenter] getNotificationSettingsWithCompletionHandler:completionHandler];
20 …:(UNAuthorizationOptions)options completionHandler:(void (^)(BOOL granted, NSError *__nullable err…
22 …ntNotificationCenter] requestAuthorizationWithOptions:options completionHandler:completionHandler];
/expo/packages/expo-file-system/ios/EXSessionTasks/
H A DEXSessionHandler.m32 void (^completionHandler)(void) = _completionHandlers[identifier];
33 if (completionHandler) {
34 // We need to run completionHandler explicite on the main thread because is's part of UIKit
36 completionHandler();
44 …entsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)(void))completionHan…
46 _completionHandlers[identifier] = completionHandler;
/expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/EXSessionTasks/
H A DABI47_0_0EXSessionHandler.m32 void (^completionHandler)(void) = _completionHandlers[identifier];
33 if (completionHandler) {
34 // We need to run completionHandler explicite on the main thread because is's part of UIKit
36 completionHandler();
44 …entsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)(void))completionHan…
46 _completionHandlers[identifier] = completionHandler;
/expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/EXSessionTasks/
H A DABI48_0_0EXSessionHandler.m32 void (^completionHandler)(void) = _completionHandlers[identifier];
33 if (completionHandler) {
34 // We need to run completionHandler explicite on the main thread because is's part of UIKit
36 completionHandler();
44 …entsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)(void))completionHan…
46 _completionHandlers[identifier] = completionHandler;
/expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/EXSessionTasks/
H A DABI49_0_0EXSessionHandler.m32 void (^completionHandler)(void) = _completionHandlers[identifier];
33 if (completionHandler) {
34 // We need to run completionHandler explicite on the main thread because is's part of UIKit
36 completionHandler();
44 …entsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)(void))completionHan…
46 _completionHandlers[identifier] = completionHandler;
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI49_0_0EXExpoUserNotificationCenterProxy.m26 …ificationSettingsWithCompletionHandler:(void(^)(UNNotificationSettings *settings))completionHandler
28 [_userNotificationCenter getNotificationSettingsWithCompletionHandler:completionHandler];
31 …:(UNAuthorizationOptions)options completionHandler:(void (^)(BOOL granted, NSError *__nullable err…
33 …serNotificationCenter requestAuthorizationWithOptions:options completionHandler:completionHandler];
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI48_0_0EXExpoUserNotificationCenterProxy.m26 …ificationSettingsWithCompletionHandler:(void(^)(UNNotificationSettings *settings))completionHandler
28 [_userNotificationCenter getNotificationSettingsWithCompletionHandler:completionHandler];
31 …:(UNAuthorizationOptions)options completionHandler:(void (^)(BOOL granted, NSError *__nullable err…
33 …serNotificationCenter requestAuthorizationWithOptions:options completionHandler:completionHandler];
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI47_0_0EXExpoUserNotificationCenterProxy.m26 …ificationSettingsWithCompletionHandler:(void(^)(UNNotificationSettings *settings))completionHandler
28 [_userNotificationCenter getNotificationSettingsWithCompletionHandler:completionHandler];
31 …:(UNAuthorizationOptions)options completionHandler:(void (^)(BOOL granted, NSError *__nullable err…
33 …serNotificationCenter requestAuthorizationWithOptions:options completionHandler:completionHandler];
/expo/ios/Exponent/Versioned/Core/UniversalModules/
H A DEXExpoUserNotificationCenterProxy.m26 …ificationSettingsWithCompletionHandler:(void(^)(UNNotificationSettings *settings))completionHandler
28 [_userNotificationCenter getNotificationSettingsWithCompletionHandler:completionHandler];
31 …:(UNAuthorizationOptions)options completionHandler:(void (^)(BOOL granted, NSError *__nullable err…
33 …serNotificationCenter requestAuthorizationWithOptions:options completionHandler:completionHandler];
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/core/logging/
H A DPersistentFileLog.kt44 fun appendEntry(entry: String, completionHandler: ((_: Error?) -> Unit) = { }) { in <lambda>()
55 completionHandler.invoke(null) in <lambda>()
57 completionHandler.invoke(e) in <lambda>()
59 completionHandler.invoke(Error(e)) in <lambda>()
67 …fun purgeEntriesNotMatchingFilter(filter: (_: String) -> Boolean, completionHandler: (_: Error?) -… in <lambda>()
74 completionHandler.invoke(null) in <lambda>()
76 completionHandler.invoke(Error(e)) in <lambda>()
84 fun clearEntries(completionHandler: (_: Error?) -> Unit) { in <lambda>()
88 completionHandler.invoke(null) in <lambda>()
90 completionHandler.invoke(e) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/core/logging/
H A DPersistentFileLog.kt44 fun appendEntry(entry: String, completionHandler: ((_: Error?) -> Unit) = { }) { in <lambda>()
55 completionHandler.invoke(null) in <lambda>()
57 completionHandler.invoke(e) in <lambda>()
65 …fun purgeEntriesNotMatchingFilter(filter: (_: String) -> Boolean, completionHandler: (_: Error?) -… in <lambda>()
72 completionHandler.invoke(null) in <lambda>()
74 completionHandler.invoke(Error(e)) in <lambda>()
82 fun clearEntries(completionHandler: (_: Error?) -> Unit) { in <lambda>()
86 completionHandler.invoke(null) in <lambda>()
88 completionHandler.invoke(e) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/core/logging/
H A DPersistentFileLog.kt44 fun appendEntry(entry: String, completionHandler: ((_: Error?) -> Unit) = { }) { in <lambda>()
55 completionHandler.invoke(null) in <lambda>()
57 completionHandler.invoke(e) in <lambda>()
65 …fun purgeEntriesNotMatchingFilter(filter: (_: String) -> Boolean, completionHandler: (_: Error?) -… in <lambda>()
72 completionHandler.invoke(null) in <lambda>()
74 completionHandler.invoke(Error(e)) in <lambda>()
82 fun clearEntries(completionHandler: (_: Error?) -> Unit) { in <lambda>()
86 completionHandler.invoke(null) in <lambda>()
88 completionHandler.invoke(e) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/core/logging/
H A DPersistentFileLog.kt44 fun appendEntry(entry: String, completionHandler: ((_: Error?) -> Unit) = { }) { in <lambda>()
55 completionHandler.invoke(null) in <lambda>()
57 completionHandler.invoke(e) in <lambda>()
65 …fun purgeEntriesNotMatchingFilter(filter: (_: String) -> Boolean, completionHandler: (_: Error?) -… in <lambda>()
72 completionHandler.invoke(null) in <lambda>()
74 completionHandler.invoke(Error(e)) in <lambda>()
82 fun clearEntries(completionHandler: (_: Error?) -> Unit) { in <lambda>()
86 completionHandler.invoke(null) in <lambda>()
88 completionHandler.invoke(e) in <lambda>()
/expo/packages/expo-task-manager/ios/EXTaskManager/
H A DEXTaskManagerAppDelegate.m19 …)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
21 …asksWithReason:EXTaskLaunchReasonBackgroundFetch userInfo:nil completionHandler:completionHandler];
24 …onary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult result))completionHandler
26 …Reason:EXTaskLaunchReasonRemoteNotification userInfo:userInfo completionHandler:completionHandler];
/expo/ios/versioned/sdk48/EXTaskManager/EXTaskManager/
H A DABI48_0_0EXTaskManagerAppDelegate.m19 …)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
21 …eason:ABI48_0_0EXTaskLaunchReasonBackgroundFetch userInfo:nil completionHandler:completionHandler];
24 …onary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult result))completionHandler
26 …I48_0_0EXTaskLaunchReasonRemoteNotification userInfo:userInfo completionHandler:completionHandler];
/expo/ios/versioned/sdk47/EXTaskManager/EXTaskManager/
H A DABI47_0_0EXTaskManagerAppDelegate.m19 …)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
21 …eason:ABI47_0_0EXTaskLaunchReasonBackgroundFetch userInfo:nil completionHandler:completionHandler];
24 …onary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult result))completionHandler
26 …I47_0_0EXTaskLaunchReasonRemoteNotification userInfo:userInfo completionHandler:completionHandler];
/expo/ios/versioned/sdk49/EXTaskManager/EXTaskManager/
H A DABI49_0_0EXTaskManagerAppDelegate.m19 …)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
21 …eason:ABI49_0_0EXTaskLaunchReasonBackgroundFetch userInfo:nil completionHandler:completionHandler];
24 …onary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult result))completionHandler
26 …I49_0_0EXTaskLaunchReasonRemoteNotification userInfo:userInfo completionHandler:completionHandler];
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/AppDelegates/
H A DExpoAppDelegate.swift90 completionHandler()
96 completionHandler()
138 completionHandler(.newData)
140 completionHandler(.failed)
142 completionHandler(.noData)
149 completionHandler(.noData)
218 completionHandler(result)
224 completionHandler(result)
256 completionHandler(.failed)
258 completionHandler(.noData)
[all …]
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/AppDelegates/
H A DExpoAppDelegate.swift90 completionHandler()
96 completionHandler()
138 completionHandler(.newData)
140 completionHandler(.failed)
142 completionHandler(.noData)
149 completionHandler(.noData)
218 completionHandler(result)
224 completionHandler(result)
256 completionHandler(.failed)
258 completionHandler(.noData)
[all …]

1234567891011