PlaybackState.CustomActions Property

Definition

Get the list of custom actions.

public System.Collections.Generic.IList<Android.Media.Session.PlaybackState.CustomAction>? CustomActions { [Android.Runtime.Register("getCustomActions", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getCustomActions", "()Ljava/util/List;", "")>]
member this.CustomActions : System.Collections.Generic.IList<Android.Media.Session.PlaybackState.CustomAction>

Property Value

Attributes

Remarks

Get the list of custom actions.

Java documentation for android.media.session.PlaybackState.getCustomActions().

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