ReportUsageRequest.Builder(String, String) Constructor

Definition

Creates a new ReportUsageRequest.Builder instance.

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

Parameters

namespace
String

The namespace of the document that was used (e.g. from GenericDocument#getNamespace.

documentId
String

The ID of document that was used (e.g. from GenericDocument#getId.

Attributes

Remarks

Java documentation for android.app.appsearch.ReportUsageRequest.Builder.ReportUsageRequest$Builder(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