Return whether the input method is currently running in
fullscreen mode.
Syntax
[get: Android.Runtime.Register("isFullscreenMode", "()Z", "GetIsFullscreenModeHandler")] public virtual boolIsFullscreenMode { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Return whether the input method is currently running in
fullscreen mode. This is the mode that was last determined and
applied by InputMethodService.UpdateFullscreenMode.