monoandroid
namespace Android.Views.Accessibility
{
[Register("android/view/accessibility/AccessibilityNodeInfo", DoNotGenerateAcw = true)]
public class AccessibilityNodeInfo : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
{
[Register("refreshWithExtraData", "(Ljava/lang/String;Landroid/os/Bundle;)Z", "GetRefreshWithExtraData_Ljava_lang_String_Landroid_os_Bundle_Handler", ApiSince = 26)]
public virtual bool RefreshWithExtraData(string? extraDataKey, Bundle? args);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |