Flutter iOS Embedder
FlutterPluginAppLifeCycleDelegate() Category Reference

#import <FlutterPluginAppLifeCycleDelegate_internal.h>

Instance Methods

(void) - handleDidEnterBackground:
 
(void) - handleWillEnterForeground:
 
(void) - handleWillResignActive:
 
(void) - handleDidBecomeActive:
 
(void) - handleWillTerminate:
 
(BOOL) - isSelectorAddedDynamically:
 
(BOOL) - hasPluginThatRespondsToSelector:
 

Detailed Description

Definition at line 20 of file FlutterPluginAppLifeCycleDelegate.mm.

Method Documentation

◆ handleDidBecomeActive:

- (void) handleDidBecomeActive: ("Disallowed in app extensions")  NS_EXTENSION_UNAVAILABLE_IOS

◆ handleDidEnterBackground:

- (void) handleDidEnterBackground: ("Disallowed in app extensions")  NS_EXTENSION_UNAVAILABLE_IOS

◆ handleWillEnterForeground:

- (void) handleWillEnterForeground: ("Disallowed in app extensions")  NS_EXTENSION_UNAVAILABLE_IOS

◆ handleWillResignActive:

- (void) handleWillResignActive: ("Disallowed in app extensions")  NS_EXTENSION_UNAVAILABLE_IOS

◆ handleWillTerminate:

- (void) handleWillTerminate: ("Disallowed in app extensions")  NS_EXTENSION_UNAVAILABLE_IOS

◆ hasPluginThatRespondsToSelector:

- (BOOL) hasPluginThatRespondsToSelector: (SEL)  selector

Check whether there is at least one plugin responds to the selector.

◆ isSelectorAddedDynamically:

- (BOOL) isSelectorAddedDynamically: (SEL)  selector

Check whether the selector should be handled dynamically.


The documentation for this category was generated from the following files: