Public Methods

How to Initiate

Initiate the plugin with default states.

WindowIncetsController.cs
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)

You can automatically initiate the plugin with WindowIncetsControllerManager editor inspector. Please take a look at Quick Start for more details.

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