EventNoSaveUiReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum EventNoSaveUiReason
type EventNoSaveUiReason =
- Inheritance
-
EventNoSaveUiReason
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | No reason for save dialog. Android reference for 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. 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. 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. 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. 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. 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. 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 |