Go to the source code of this file.
◆ _debugBackgroundTask
UIBackgroundTaskIdentifier _debugBackgroundTask |
◆ _delegates
NSPointerArray* _delegates |
Definition at line 37 of file FlutterPluginAppLifeCycleDelegate.mm.
Referenced by FlutterPluginAppLifeCycleDelegate::addDelegate:, FlutterPluginAppLifeCycleDelegate::application:continueUserActivity:restorationHandler:, FlutterPluginAppLifeCycleDelegate::application:didFailToRegisterForRemoteNotificationsWithError:, FlutterPluginAppLifeCycleDelegate::application:didFinishLaunchingWithOptions:, FlutterPluginAppLifeCycleDelegate::application:didReceiveRemoteNotification:fetchCompletionHandler:, FlutterPluginAppLifeCycleDelegate::application:didRegisterForRemoteNotificationsWithDeviceToken:, FlutterPluginAppLifeCycleDelegate::application:handleOpenURL:, FlutterPluginAppLifeCycleDelegate::application:openURL:options:, FlutterPluginAppLifeCycleDelegate::application:openURL:sourceApplication:annotation:, FlutterPluginAppLifeCycleDelegate::application:performFetchWithCompletionHandler:, and FlutterPluginAppLifeCycleDelegate::application:willFinishLaunchingWithOptions:.
◆ kCallbackCacheSubDir
const char* kCallbackCacheSubDir = "Library/Caches/" |
|
static |
◆ kSelectorsHandledByPlugins
const SEL kSelectorsHandledByPlugins[] |
|
static |
Initial value:= {
@selector(application:didReceiveRemoteNotification:fetchCompletionHandler:),
@selector(application:performFetchWithCompletionHandler:)}
Definition at line 15 of file FlutterPluginAppLifeCycleDelegate.mm.