Android.InputMethodServices.InputMethodService.IsFullscreenMode Property
Return whether the input method is currently running in fullscreen mode.

Syntax

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

[Android Documentation]

Requirements

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