AccessibilityNodeInfo.TouchDelegateInfo Constructor

Definition

Create a new instance of TouchDelegateInfo.

[Android.Runtime.Register(".ctor", "(Ljava/util/Map;)V", "", ApiSince=29)]
public TouchDelegateInfo (System.Collections.Generic.IDictionary<Android.Graphics.Region,Android.Views.View> targetMap);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Map;)V", "", ApiSince=29)>]
new Android.Views.Accessibility.AccessibilityNodeInfo.TouchDelegateInfo : System.Collections.Generic.IDictionary<Android.Graphics.Region, Android.Views.View> -> Android.Views.Accessibility.AccessibilityNodeInfo.TouchDelegateInfo

Parameters

targetMap
IDictionary<Region,View>

A map from regions (in view coordinates) to delegated views.

Attributes

Remarks

Create a new instance of TouchDelegateInfo.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.TouchDelegateInfo.AccessibilityNodeInfo$TouchDelegateInfo(java.util.Map<android.graphics.Region, android.view.View>).

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.

Applies to