Language

SuggestedDeviceInfo.Builder.SetExtras(Bundle) Method

Definition

Sets the extras.

[Android.Runtime.Register("setExtras", "(Landroid/os/Bundle;)Landroid/media/SuggestedDeviceInfo$Builder;", "", ApiSince=36)]
public Android.Media.SuggestedDeviceInfo.Builder SetExtras(Android.OS.Bundle extras);
[<Android.Runtime.Register("setExtras", "(Landroid/os/Bundle;)Landroid/media/SuggestedDeviceInfo$Builder;", "", ApiSince=36)>]
member this.SetExtras : Android.OS.Bundle -> Android.Media.SuggestedDeviceInfo.Builder

Parameters

extras
Bundle

Returns

Attributes

Remarks

Sets the extras. The default value is an empty Bundle. Do not mutate the given Bundle after passing it to this method. You can use Bundle.deepCopy() to keep a mutable copy.

Android reference for android.media.SuggestedDeviceInfo.Builder.setExtras.

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