Share via


FillEventHistory.Event.NoSaveUiReason Property

Definition

Returns the reason why a save dialog was not shown.

public int NoSaveUiReason { [Android.Runtime.Register("getNoSaveUiReason", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getNoSaveUiReason", "()I", "", ApiSince=31)>]
member this.NoSaveUiReason : int

Property Value

The reason why a save dialog was not shown.

Attributes

Remarks

Returns the reason why a save dialog was not shown.

<b>Note: </b>Only set on events of type #TYPE_CONTEXT_COMMITTED. For the other event types, the reason is set to NO_SAVE_UI_REASON_NONE.

Java documentation for android.service.autofill.FillEventHistory.Event.getNoSaveUiReason().

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