Flutter Engine
 
Loading...
Searching...
No Matches
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 42 of file FlutterPluginAppLifeCycleDelegate.mm.

Referenced by FakeLifecycleProvider::hasDelegate:.

◆ kCallbackCacheSubDir

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

Definition at line 16 of file FlutterPluginAppLifeCycleDelegate.mm.

◆ kSelectorsHandledByPlugins

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

Definition at line 18 of file FlutterPluginAppLifeCycleDelegate.mm.

18 {
19 @selector(application:didReceiveRemoteNotification:fetchCompletionHandler:),
20 @selector(application:performFetchWithCompletionHandler:)};