Language

EventNoSaveUiReason Enum

Definition

public enum EventNoSaveUiReason
type EventNoSaveUiReason = 
Inheritance
EventNoSaveUiReason

Fields

Name Value Description
None 0

No reason for save dialog.

Android reference for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_NONE.

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.

NoSaveInfo 1

The SaveInfo associated with the FillResponse is null.

Android reference for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_NO_SAVE_INFO.

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.

WithDelaySaveFlag 2

The service asked to delay save.

Android reference for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_WITH_DELAY_SAVE_FLAG.

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.

HasEmptyRequired 3

There was empty value for required ids.

Android reference 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.

NoValueChanged 4

No value has been changed.

Android reference for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_NO_VALUE_CHANGED.

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.

FieldValidationFailed 5

Fields failed validation.

Android reference for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_FIELD_VALIDATION_FAILED.

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.

DatasetMatch 6

All fields matched contents of datasets.

Android reference for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_DATASET_MATCH.

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.

UsingCredman 7

Applies to