PlaybackState.Builder.SetErrorMessage Method

Definition

Overloads

SetErrorMessage(ICharSequence)
SetErrorMessage(String)

SetErrorMessage(ICharSequence)

[Android.Runtime.Register("setErrorMessage", "(Ljava/lang/CharSequence;)Landroid/media/session/PlaybackState$Builder;", "")]
public Android.Media.Session.PlaybackState.Builder SetErrorMessage (Java.Lang.ICharSequence error);
[<Android.Runtime.Register("setErrorMessage", "(Ljava/lang/CharSequence;)Landroid/media/session/PlaybackState$Builder;", "")>]
member this.SetErrorMessage : Java.Lang.ICharSequence -> Android.Media.Session.PlaybackState.Builder

Parameters

Returns

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

SetErrorMessage(String)

public Android.Media.Session.PlaybackState.Builder SetErrorMessage (string error);
member this.SetErrorMessage : string -> Android.Media.Session.PlaybackState.Builder

Parameters

error
String

Returns

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