Allows you to discover whether the attached input method is running
in fullscreen mode.
Syntax
[get: Android.Runtime.Register("isFullscreenMode", "()Z", "GetIsFullscreenModeHandler")] public boolIsFullscreenMode { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Allows you to discover whether the attached input method is running
in fullscreen mode. Return true if it is fullscreen, entirely covering
your UI, else returns false.