public static interface RemoteControlClient.OnMetadataUpdateListener
RemoteControlClient.setMetadataUpdateListener(OnMetadataUpdateListener)
.Modifier and Type | Method and Description |
---|---|
void |
onMetadataUpdate(int key,
Object newValue)
Called on the implementer to notify that the metadata field for the given key has
been updated to the new value.
|
void onMetadataUpdate(int key, Object newValue)
key
- the identifier of the updated metadata field.newValue
- the Object storing the new value for the key.