Language

WindowManagerLayoutParams.CanChangeGlobalTouchMode Method

Definition

Returns whether this window is allowed to change the global touch mode state.

[Android.Runtime.Register("canChangeGlobalTouchMode", "()Z", "GetCanChangeGlobalTouchModeHandler", ApiSince=37)]
public virtual bool CanChangeGlobalTouchMode();
[<Android.Runtime.Register("canChangeGlobalTouchMode", "()Z", "GetCanChangeGlobalTouchModeHandler", ApiSince=37)>]
abstract member CanChangeGlobalTouchMode : unit -> bool
override this.CanChangeGlobalTouchMode : unit -> bool

Returns

true if the window can control the touch mode, false otherwise.

Attributes

Applies to