PlaybackState.ActionPrepareFromSearch Field

Definition

Indicates this session supports the prepare from search command.

[Android.Runtime.Register("ACTION_PREPARE_FROM_SEARCH", ApiSince=24)]
public const long ActionPrepareFromSearch = 65536;
[<Android.Runtime.Register("ACTION_PREPARE_FROM_SEARCH", ApiSince=24)>]
val mutable ActionPrepareFromSearch : int64

Field Value

Value = 65536

Implements

Attributes

Remarks

Indicates this session supports the prepare from search command.

Java documentation for android.media.session.PlaybackState.ACTION_PREPARE_FROM_SEARCH.

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