PopupWindow.SetIgnoreCheekPress Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the flag on popup to ignore cheek press events; by default this flag is set to false which means the popup will not ignore cheek press dispatch events.
[Android.Runtime.Register("setIgnoreCheekPress", "()V", "GetSetIgnoreCheekPressHandler")]
public virtual void SetIgnoreCheekPress ();
[<Android.Runtime.Register("setIgnoreCheekPress", "()V", "GetSetIgnoreCheekPressHandler")>]
abstract member SetIgnoreCheekPress : unit -> unit
override this.SetIgnoreCheekPress : unit -> unit
- Attributes
Remarks
Set the flag on popup to ignore cheek press events; by default this flag is set to false which means the popup will not ignore cheek press dispatch events.
If the popup is showing, calling this method will take effect only the next time the popup is shown or through a manual call to one of the #update()
methods.
Java documentation for android.widget.PopupWindow.setIgnoreCheekPress()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.