Public Methods
How to Initiate
Initiate the plugin with default states.
WindowIncetsController.Init(
bool _statusBarEnabled, bool _navigationBarEnabled,
bool _lightStatusBarEnabled, bool _lightNavigationBarEnabled,
bool _contentAppearBehindTheBars, bool _dimTheSystemBars, bool _forceResetFlags,
Color _statusBarColor, Color _navigationBarColor, long _updateDelay,
int _customStatusBarHeight, int _customNavigationBarHeight)
Get Status Bar Height
Retrieve the status bar height from the native side.
int WindowIncetsController.GetStatusBarHeight()
Get Navigation Bar Height
Retrieve the navigation bar height from the native side.
int WindowIncetsController.GetNavigationBarHeight()
Get Android SDK Version
Retrieve the SDK version of the current device from the native side.
int WindowIncetsController.GetAndroidSDKVersion()
Last updated