Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Variables
FlutterPluginAppLifeCycleDelegate.mm File Reference
import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPluginAppLifeCycleDelegate.h"
#include "flutter/fml/logging.h"
#include "flutter/fml/paths.h"
#include "flutter/lib/ui/plugins/callback_cache.h"
import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h"
import "flutter/shell/platform/darwin/ios/framework/Source/FlutterCallbackCache_Internal.h"

Go to the source code of this file.

Variables

static const char * kCallbackCacheSubDir = "Library/Caches/"
 
static const SEL kSelectorsHandledByPlugins []
 
UIBackgroundTaskIdentifier _debugBackgroundTask
 
NSPointerArray * _delegates
 

Variable Documentation

◆ _debugBackgroundTask

UIBackgroundTaskIdentifier _debugBackgroundTask
Initial value:
{
NSMutableArray* _notificationUnsubscribers

Definition at line 34 of file FlutterPluginAppLifeCycleDelegate.mm.

◆ _delegates

NSPointerArray* _delegates

Definition at line 37 of file FlutterPluginAppLifeCycleDelegate.mm.

◆ kCallbackCacheSubDir

const char* kCallbackCacheSubDir = "Library/Caches/"
static

Definition at line 13 of file FlutterPluginAppLifeCycleDelegate.mm.

◆ kSelectorsHandledByPlugins

const SEL kSelectorsHandledByPlugins[]
static
Initial value:
= {
@selector(application:didReceiveRemoteNotification:fetchCompletionHandler:),
@selector(application:performFetchWithCompletionHandler:)}

Definition at line 15 of file FlutterPluginAppLifeCycleDelegate.mm.

15 {
16 @selector(application:didReceiveRemoteNotification:fetchCompletionHandler:),
17 @selector(application:performFetchWithCompletionHandler:)};