Language

WindowManagerLayoutParams.SetCanChangeGlobalTouchMode(Boolean) Method

Definition

Sets the TouchMode state of the window.

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

Parameters

canChangeGlobalTouchMode
Boolean

whether the window should control the TouchMode state.

Attributes

Applies to