TetheringManager.ITetheringEventCallback.OnTetheredInterfacesChanged Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Chamado quando as interfaces amarradas foram alteradas.
[Android.Runtime.Register("onTetheredInterfacesChanged", "(Ljava/util/Set;)V", "GetOnTetheredInterfacesChanged_Ljava_util_Set_Handler:Android.Net.TetheringManager/ITetheringEventCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public virtual void OnTetheredInterfacesChanged(System.Collections.Generic.ICollection<Android.Net.TetheringInterface> interfaces);
[<Android.Runtime.Register("onTetheredInterfacesChanged", "(Ljava/util/Set;)V", "GetOnTetheredInterfacesChanged_Ljava_util_Set_Handler:Android.Net.TetheringManager/ITetheringEventCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member OnTetheredInterfacesChanged : System.Collections.Generic.ICollection<Android.Net.TetheringInterface> -> unit
override this.OnTetheredInterfacesChanged : System.Collections.Generic.ICollection<Android.Net.TetheringInterface> -> unit
Parâmetros
- interfaces
- ICollection<TetheringInterface>
- Atributos