PlaybackState.CustomAction.Builder Constructors

Definition

Overloads

PlaybackState.CustomAction.Builder(String, ICharSequence, Int32)
PlaybackState.CustomAction.Builder(String, String, Int32)

PlaybackState.CustomAction.Builder(String, ICharSequence, Int32)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/CharSequence;I)V", "")]
public Builder (string? action, Java.Lang.ICharSequence? name, int icon);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/CharSequence;I)V", "")>]
new Android.Media.Session.PlaybackState.CustomAction.Builder : string * Java.Lang.ICharSequence * int -> Android.Media.Session.PlaybackState.CustomAction.Builder

Parameters

action
String
icon
Int32
Attributes

Remarks

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

PlaybackState.CustomAction.Builder(String, String, Int32)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/CharSequence;I)V", "")]
public Builder (string? action, string? name, int icon);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/CharSequence;I)V", "")>]
new Android.Media.Session.PlaybackState.CustomAction.Builder : string * string * int -> Android.Media.Session.PlaybackState.CustomAction.Builder

Parameters

action
String
name
String
icon
Int32
Attributes

Remarks

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