DialerFilter.OnModeChange(Int32, Int32) Method

Definition

Called right after the mode changes to give subclasses the option to restyle, etc.

[Android.Runtime.Register("onModeChange", "(II)V", "GetOnModeChange_IIHandler")]
protected virtual void OnModeChange (int oldMode, int newMode);
[<Android.Runtime.Register("onModeChange", "(II)V", "GetOnModeChange_IIHandler")>]
abstract member OnModeChange : int * int -> unit
override this.OnModeChange : int * int -> unit

Parameters

oldMode
Int32
newMode
Int32
Attributes

Remarks

Called right after the mode changes to give subclasses the option to restyle, etc.

Java documentation for android.widget.DialerFilter.onModeChange(int, int).

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