MediaRouter2.IDeviceSuggestionsUpdatesCallback.OnSuggestionsCleared 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 when suggestions are cleared.
[Android.Runtime.Register("onSuggestionsCleared", "(Ljava/lang/String;)V", "GetOnSuggestionsCleared_Ljava_lang_String_Handler:Android.Media.MediaRouter2/IDeviceSuggestionsUpdatesCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public void OnSuggestionsCleared(string suggestingPackageName);
[<Android.Runtime.Register("onSuggestionsCleared", "(Ljava/lang/String;)V", "GetOnSuggestionsCleared_Ljava_lang_String_Handler:Android.Media.MediaRouter2/IDeviceSuggestionsUpdatesCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member OnSuggestionsCleared : string -> unit
Parameters
- suggestingPackageName
- String
the package that cleared their provided suggestions. This value cannot be null.
- Attributes
Remarks
Called when suggestions are cleared.
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.