CloudMediaProviderContract.Capabilities.IsSearchEnabled Property

Definition

If the CloudMediaProvider supports Search functionality.

public bool IsSearchEnabled { [Android.Runtime.Register("isSearchEnabled", "()Z", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isSearchEnabled", "()Z", "", ApiSince=36)>]
member this.IsSearchEnabled : bool

Property Value

true if search is enabled for this CloudMediaProvider.

Attributes

Remarks

If the CloudMediaProvider supports Search functionality.

In order for search to be enabled the CloudMediaProvider needs to implement the following APIs:

Java documentation for android.provider.CloudMediaProviderContract.Capabilities.isSearchEnabled().

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