LoginFilter.OnStop Method

Definition

Called when we're done processing filter

[Android.Runtime.Register("onStop", "()V", "GetOnStopHandler")]
public virtual void OnStop ();
[<Android.Runtime.Register("onStop", "()V", "GetOnStopHandler")>]
abstract member OnStop : unit -> unit
override this.OnStop : unit -> unit
Attributes

Remarks

Called when we're done processing filter

Java documentation for android.text.LoginFilter.onStop().

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.

Applies to