mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2026-04-27 00:00:06 +08:00
ios: Use a persistent callbackId instead of calling sendJs
This commit is contained in:
@@ -23,12 +23,10 @@
|
||||
@interface CDVStatusBar : CDVPlugin {
|
||||
@protected
|
||||
BOOL _statusBarOverlaysWebView;
|
||||
@protected
|
||||
UIView* _statusBarBackgroundView;
|
||||
@protected
|
||||
BOOL _uiviewControllerBasedStatusBarAppearance;
|
||||
@protected
|
||||
UIColor* _statusBarBackgroundColor;
|
||||
NSString* _eventsCallbackId;
|
||||
}
|
||||
|
||||
@property (atomic, assign) BOOL statusBarOverlaysWebView;
|
||||
|
||||
Reference in New Issue
Block a user