Android.InputMethodServices.InputMethodService.OnEvaluateFullscreenMode Method
Override this to control when the input method should run in fullscreen mode.

Syntax

[Android.Runtime.Register("onEvaluateFullscreenMode", "()Z", "GetOnEvaluateFullscreenModeHandler")]
public virtual bool OnEvaluateFullscreenMode ()

Returns

Documentation for this section has not yet been entered.

Remarks

Override this to control when the input method should run in fullscreen mode. The default implementation runs in fullsceen only when the screen is in landscape mode. If you change what this returns, you will need to call InputMethodService.UpdateFullscreenMode yourself whenever the returned value may have changed to have it re-evaluated and applied.

[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