Flutter iOS Embedder
FlutterPluginAppLifeCycleDelegate.mm File Reference

Go to the source code of this file.

Variables

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

Variable Documentation

◆ _delegates

NSPointerArray* _delegates
Initial value:
{
UIBackgroundTaskIdentifier _debugBackgroundTask

Definition at line 38 of file FlutterPluginAppLifeCycleDelegate.mm.

◆ kCallbackCacheSubDir

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

Definition at line 15 of file FlutterPluginAppLifeCycleDelegate.mm.

◆ kSelectorsHandledByPlugins

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

Definition at line 17 of file FlutterPluginAppLifeCycleDelegate.mm.