Home
last modified time | relevance | path

Searched refs:EXTaskLaunchReason (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-modules-core/ios/Interfaces/TaskManager/
H A DEXTaskConsumerInterface.h4 #import <ExpoModulesCore/EXTaskLaunchReason.h>
30 + (BOOL)supportsLaunchReason:(EXTaskLaunchReason)launchReason;
H A DEXTaskLaunchReason.h12 } EXTaskLaunchReason; typedef
/expo/packages/expo-task-manager/ios/EXTaskManager/
H A DEXTaskService.h14 - (void)runTasksWithReason:(EXTaskLaunchReason)launchReason
H A DEXTaskService.m323 EXTaskLaunchReason launchReason = [self _launchReasonForLaunchOptions:launchOptions];
327 - (void)runTasksWithReason:(EXTaskLaunchReason)launchReason
506 - (void)_runTasksSupportingLaunchReason:(EXTaskLaunchReason)launchReason
676 - (EXTaskLaunchReason)_launchReasonForLaunchOptions:(nullable NSDictionary *)launchOptions
/expo/packages/expo-background-fetch/ios/
H A DBackgroundFetchTaskConsumer.swift6 static func supportsLaunchReason(_ launchReason: EXTaskLaunchReason) -> Bool { in supportsLaunchReason()
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Background/
H A DEXBackgroundRemoteNotificationConsumer.m9 + (BOOL)supportsLaunchReason:(EXTaskLaunchReason)launchReason