monoandroid
namespace Android.Views
{
[Register("android/view/ViewStructure", ApiSince = 23, DoNotGenerateAcw = true)]
public abstract class ViewStructure : Object
{
public abstract AutofillId? AutofillId
{
[Register("getAutofillId", "()Landroid/view/autofill/AutofillId;", "GetGetAutofillIdHandler", ApiSince = 26)]
get;
[Register("setAutofillId", "(Landroid/view/autofill/AutofillId;)V", "GetSetAutofillId_Landroid_view_autofill_AutofillId_Handler", ApiSince = 26)]
set;
}
}
}
.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. |