Language

TvTrackInfo.Builder.SetExtra(Bundle) Method

Definition

Sets the extra information about the current track.

[Android.Runtime.Register("setExtra", "(Landroid/os/Bundle;)Landroid/media/tv/TvTrackInfo$Builder;", "")]
public Android.Media.TV.TvTrackInfo.Builder SetExtra(Android.OS.Bundle extra);
[<Android.Runtime.Register("setExtra", "(Landroid/os/Bundle;)Landroid/media/tv/TvTrackInfo$Builder;", "")>]
member this.SetExtra : Android.OS.Bundle -> Android.Media.TV.TvTrackInfo.Builder

Parameters

extra
Bundle

The extra information. This value cannot be null.

Returns

Attributes

Remarks

Sets the extra information about the current track.

Android reference for android.media.tv.TvTrackInfo.Builder.setExtra.

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