FillEventHistory.Event.NoSaveUiReasonHasEmptyRequired Field

Definition

Caution

This constant will be removed in the future version. Use Android.Service.Autofill.EventNoSaveUiReason enum directly instead of this field.

There was empty value for required ids.

[Android.Runtime.Register("NO_SAVE_UI_REASON_HAS_EMPTY_REQUIRED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Autofill.EventNoSaveUiReason enum directly instead of this field.", true)]
public const Android.Service.Autofill.EventNoSaveUiReason NoSaveUiReasonHasEmptyRequired = 3;
[<Android.Runtime.Register("NO_SAVE_UI_REASON_HAS_EMPTY_REQUIRED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Autofill.EventNoSaveUiReason enum directly instead of this field.", true)>]
val mutable NoSaveUiReasonHasEmptyRequired : Android.Service.Autofill.EventNoSaveUiReason

Field Value

Value = 3
Attributes

Remarks

There was empty value for required ids.

Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_HAS_EMPTY_REQUIRED.

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