SavedDatasetsInfo(String, Int32) Constructor
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.
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.
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.