Language

SavedDatasetsInfo.Type Property

Definition

The type of the datasets that this info is about.

public string Type { [Android.Runtime.Register("getType", "()Ljava/lang/String;", "", ApiSince=31)] [Android.Runtime.StringDef(Fields=new System.String[] { "TypeOther", "TypePasswords" }, Type="Android.Service.Autofill.SavedDatasetsInfo")] get; }
[<get: Android.Runtime.Register("getType", "()Ljava/lang/String;", "", ApiSince=31)>]
[<get: Android.Runtime.StringDef(Fields=new System.String[] { "TypeOther", "TypePasswords" }, Type="Android.Service.Autofill.SavedDatasetsInfo")>]
member this.Type : string

Property Value

This value cannot be null. Value is one of the following: TYPE_OTHER; TYPE_PASSWORDS

Attributes

Remarks

The type of the datasets.

Java documentation for android.service.autofill.SavedDatasetsInfo.getType().

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