FillEventHistory.Event.UiType Property

Definition

Returns fill suggestion ui presentation type which corresponds to types defined in android.service.autofill.Presentations).

        &lt;p&gt;&lt;b&gt;Note: &lt;/b&gt;Only set on events of type {@link #TYPE_DATASETS_SHOWN</code> and
        <code data-dev-comment-type="c">#TYPE_DATASET_SELECTED</code>.
public int UiType { [Android.Runtime.Register("getUiType", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getUiType", "()I", "", ApiSince=33)>]
member this.UiType : int

Property Value

The ui presentation type shown for user.

Attributes

Remarks

Returns fill suggestion ui presentation type which corresponds to types defined in android.service.autofill.Presentations).

<p><b>Note: </b>Only set on events of type {@link #TYPE_DATASETS_SHOWN and #TYPE_DATASET_SELECTED. For the other event types, the type is set to #UI_TYPE_UNKNOWN .

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

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