Go to the source code of this file.
◆ _delegates
NSPointerArray* _delegates |
Initial value:{
UIBackgroundTaskIdentifier _debugBackgroundTask
Definition at line 33 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
◆ kSelectorsHandledByPlugins
const SEL kSelectorsHandledByPlugins[] |
|
static |
Initial value:= {
@selector(application:didReceiveRemoteNotification:fetchCompletionHandler:),
@selector(application:performFetchWithCompletionHandler:)}
Definition at line 16 of file FlutterPluginAppLifeCycleDelegate.mm.