| android.media.RemoteControlClient.OnMetadataUpdateListener |
Interface definition for a callback to be invoked when one of the metadata values has
been updated.
Implement this interface to receive metadata updates after registering your listener
through
setMetadataUpdateListener(OnMetadataUpdateListener)
.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Called on the implementer to notify that the metadata field for the given key has
been updated to the new value.
|
||||||||||
Called on the implementer to notify that the metadata field for the given key has been updated to the new value.
| key | the identifier of the updated metadata field. |
|---|---|
| newValue | the Object storing the new value for the key. |