RemoteControlClient.IOnMetadataUpdateListener.OnMetadataUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called on the implementer to notify that the metadata field for the given key has been updated to the new value.
[Android.Runtime.Register("onMetadataUpdate", "(ILjava/lang/Object;)V", "GetOnMetadataUpdate_ILjava_lang_Object_Handler:Android.Media.RemoteControlClient/IOnMetadataUpdateListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnMetadataUpdate (Android.Media.MediaMetadataEditKey key, Java.Lang.Object? newValue);
[<Android.Runtime.Register("onMetadataUpdate", "(ILjava/lang/Object;)V", "GetOnMetadataUpdate_ILjava_lang_Object_Handler:Android.Media.RemoteControlClient/IOnMetadataUpdateListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnMetadataUpdate : Android.Media.MediaMetadataEditKey * Java.Lang.Object -> unit
Parameters
the identifier of the updated metadata field.
- newValue
- Object
the Object storing the new value for the key.
- Attributes
Remarks
Called on the implementer to notify that the metadata field for the given key has been updated to the new value.
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.