Added in API level 19
Deprecated in API level 29

MetadataEditor

class MetadataEditor : MediaMetadataEditor
kotlin.Any
   ↳ android.media.MediaMetadataEditor
   ↳ android.media.RemoteController.MetadataEditor

A class to read the metadata published by a RemoteControlClient, or send a RemoteControlClient new values for keys that can be edited.

Summary

Inherited constants
Public methods
open Unit

Applies all of the metadata changes that have been set since the MediaMetadataEditor instance was created with RemoteController#editMetadata() or since clear() was called.

Inherited functions

Public methods

apply

Added in API level 19
open fun apply(): Unit

Deprecated: Deprecated in Java.

Applies all of the metadata changes that have been set since the MediaMetadataEditor instance was created with RemoteController#editMetadata() or since clear() was called.