TetheringManager.IStartTetheringCallback.OnTetheringFailed(Int32) 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 tethering failed.
[Android.Runtime.Register("onTetheringFailed", "(I)V", "GetOnTetheringFailed_IHandler:Android.Net.TetheringManager/IStartTetheringCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public virtual void OnTetheringFailed(int error);
[<Android.Runtime.Register("onTetheringFailed", "(I)V", "GetOnTetheringFailed_IHandler:Android.Net.TetheringManager/IStartTetheringCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member OnTetheringFailed : int -> unit
override this.OnTetheringFailed : int -> unit
Parameters
- error
- Int32
- Attributes
Remarks
Java documentation for android.net.TetheringManager.StartTetheringCallback.onTetheringFailed(int).