Flutter iOS Embedder
FlutterPluginAppLifeCycleDelegate.mm File Reference

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 32 of file FlutterPluginAppLifeCycleDelegate.mm.

◆ _delegates

◆ 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.