Freigeben über


ReportSystemUsageRequest.Builder(String, String, String, String) Constructor

Definition

Creates a ReportSystemUsageRequest.Builder instance.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=31)]
public Builder (string packageName, string databaseName, string namespace, string documentId);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=31)>]
new Android.App.AppSearch.ReportSystemUsageRequest.Builder : string * string * string * string -> Android.App.AppSearch.ReportSystemUsageRequest.Builder

Parameters

packageName
String

The package name of the app which owns the document that was used (such as from SearchResult#getPackageName).

databaseName
String

The database in which the document that was used resides (such as from SearchResult#getDatabaseName).

namespace
String

The namespace of the document that was used (such as from GenericDocument#getNamespace.

documentId
String

The ID of document that was used (such as from GenericDocument#getId.

Attributes

Remarks

Creates a ReportSystemUsageRequest.Builder instance.

Java documentation for android.app.appsearch.ReportSystemUsageRequest.Builder.ReportSystemUsageRequest$Builder(java.lang.String, java.lang.String, java.lang.String, java.lang.String).

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