Język

AppFunctionSearchSpec.Builder.SetMinSchemaVersion(Int64) Method

Definition

Sets the minimum schema version to filter by, or 0 to skip this filter.

[Android.Runtime.Register("setMinSchemaVersion", "(J)Landroid/app/appfunctions/AppFunctionSearchSpec$Builder;", "", ApiSince=37)]
public Android.App.AppFunctions.AppFunctionSearchSpec.Builder SetMinSchemaVersion(long minSchemaVersion);
[<Android.Runtime.Register("setMinSchemaVersion", "(J)Landroid/app/appfunctions/AppFunctionSearchSpec$Builder;", "", ApiSince=37)>]
member this.SetMinSchemaVersion : int64 -> Android.App.AppFunctions.AppFunctionSearchSpec.Builder

Parameters

minSchemaVersion
Int64

the minimum schema version to filter by.

Returns

Attributes

Remarks

Sets the minimum schema version to filter by, or 0 to skip this filter.

Android reference for android.app.appfunctions.AppFunctionSearchSpec.Builder.setMinSchemaVersion.

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