TetheringManager.IStartTetheringCallback.OnTetheringStarted 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 started.
[Android.Runtime.Register("onTetheringStarted", "()V", "GetOnTetheringStartedHandler:Android.Net.TetheringManager/IStartTetheringCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public virtual void OnTetheringStarted();
[<Android.Runtime.Register("onTetheringStarted", "()V", "GetOnTetheringStartedHandler:Android.Net.TetheringManager/IStartTetheringCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member OnTetheringStarted : unit -> unit
override this.OnTetheringStarted : unit -> unit
- Attributes
Remarks
Java documentation for android.net.TetheringManager.StartTetheringCallback.onTetheringStarted().