#import <FlutterSharedApplication.h>
Properties | |
BOOL | isAppExtension |
BOOL | isAvailable |
UIApplication * | application |
Definition at line 10 of file FlutterSharedApplication.h.
|
readnonatomicassign |
Returns the UIApplication.sharedApplication
is available. Otherwise returns nil.
Definition at line 25 of file FlutterSharedApplication.h.
Referenced by SetStatusBarHiddenForSharedApplication(), and SetStatusBarStyleForSharedApplication().
|
readnonatomicassign |
Returns YES if the main bundle is an iOS App Extension.
Definition at line 15 of file FlutterSharedApplication.h.
|
readnonatomicassign |
Returns YES if the UIApplication is available. UIApplication is not available for App Extensions.
Definition at line 20 of file FlutterSharedApplication.h.