Android.Views.InputMethods.InputMethodManager.IsFullscreenMode Property
Allows you to discover whether the attached input method is running in fullscreen mode.

Syntax

[get: Android.Runtime.Register("isFullscreenMode", "()Z", "GetIsFullscreenModeHandler")]
public bool IsFullscreenMode { 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.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3