言語

AppFunctionSearchSpec.Builder.SetSchemaCategory(String) メソッド

定義

フィルター処理するスキーマ カテゴリを設定します。このフィルターをスキップする場合は null を設定します。

[Android.Runtime.Register("setSchemaCategory", "(Ljava/lang/String;)Landroid/app/appfunctions/AppFunctionSearchSpec$Builder;", "", ApiSince=37)]
public Android.App.AppFunctions.AppFunctionSearchSpec.Builder SetSchemaCategory(string? schemaCategory);
[<Android.Runtime.Register("setSchemaCategory", "(Ljava/lang/String;)Landroid/app/appfunctions/AppFunctionSearchSpec$Builder;", "", ApiSince=37)>]
member this.SetSchemaCategory : string -> Android.App.AppFunctions.AppFunctionSearchSpec.Builder

パラメーター

schemaCategory
String

フィルター処理するスキーマ カテゴリ。 この値は null である可能性があります。

返品

属性

注釈

フィルター処理するスキーマ カテゴリを設定します。このフィルターをスキップする場合は null を設定します。

android.app.appfunctions.AppFunctionSearchSpec.Builder.setSchemaCategoryの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象