RemoteController.IOnClientUpdateListener.OnClientChange(Boolean) 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 whenever all information, previously received through the other methods of the listener, is no longer valid and is about to be refreshed.
[Android.Runtime.Register("onClientChange", "(Z)V", "GetOnClientChange_ZHandler:Android.Media.RemoteController/IOnClientUpdateListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnClientChange (bool clearing);
[<Android.Runtime.Register("onClientChange", "(Z)V", "GetOnClientChange_ZHandler:Android.Media.RemoteController/IOnClientUpdateListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnClientChange : bool -> unit
Parameters
- clearing
- Boolean
true if there is no selected RemoteControlClient and no information is available.
- Attributes
Remarks
Called whenever all information, previously received through the other methods of the listener, is no longer valid and is about to be refreshed. This is typically called whenever a new RemoteControlClient
has been selected by the system to have its media information published.
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.