RemoteController.EditMetadata Method

Definition

Caution

deprecated

Creates a MetadataEditor for updating metadata values of the editable keys of the current RemoteControlClient.

[Android.Runtime.Register("editMetadata", "()Landroid/media/RemoteController$MetadataEditor;", "")]
[System.Obsolete("deprecated")]
public Android.Media.RemoteController.MetadataEditor? EditMetadata ();
[<Android.Runtime.Register("editMetadata", "()Landroid/media/RemoteController$MetadataEditor;", "")>]
[<System.Obsolete("deprecated")>]
member this.EditMetadata : unit -> Android.Media.RemoteController.MetadataEditor

Returns

a new MetadataEditor instance.

Attributes

Remarks

Java documentation for android.media.RemoteController.editMetadata().

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