SavedDatasetsInfo(String, Int32) Constructor

Definition

Creates a new SavedDatasetsInfo.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=31)]
public SavedDatasetsInfo (string type, int count);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=31)>]
new Android.Service.Autofill.SavedDatasetsInfo : string * int -> Android.Service.Autofill.SavedDatasetsInfo

Parameters

type
String

The type of the datasets.

count
Int32

The number of datasets of this type that the user has saved to the service.

Attributes

Remarks

Creates a new SavedDatasetsInfo.

Java documentation for android.service.autofill.SavedDatasetsInfo.SavedDatasetsInfo(java.lang.String, int).

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