Flutter Engine
The Flutter Engine
|
Instance Methods | |
(BOOL) | - handleOpenURLs: [implementation] |
Instance Methods inherited from <FlutterAppLifecycleDelegate> | |
(void) | - handleWillFinishLaunching: |
(void) | - handleDidFinishLaunching: |
(void) | - handleWillBecomeActive: |
(void) | - handleDidBecomeActive: |
(void) | - handleWillResignActive: |
(void) | - handleDidResignActive: |
(void) | - handleWillHide: |
(void) | - handleDidHide: |
(void) | - handleWillUnhide: |
(void) | - handleDidUnhide: |
(void) | - handleDidChangeScreenParameters: |
(void) | - handleDidChangeOcclusionState: |
(BOOL) | - handleOpenURLs: |
(void) | - handleWillTerminate: |
Properties | |
NSArray< NSURL * > * | receivedURLs |
Definition at line 17 of file FlutterAppDelegateTest.mm.
|
implementation |
Called when the |FlutterAppDelegate| gets the application:openURLs: callback.
Implementers should return YES if they handle the URLs, otherwise NO. Delegates will be called in order of registration, and once a delegate returns YES, no further delegates will reiceve this callback.
Reimplemented from <FlutterAppLifecycleDelegate>.
Definition at line 18 of file FlutterAppDelegateTest.mm.
|
readwritenonatomiccopy |
Definition at line 18 of file FlutterAppDelegateTest.mm.