DialerFilter.Mode Property

Definition

Change the mode of the widget.

public virtual Android.Widget.DialerMode Mode { [Android.Runtime.Register("getMode", "()I", "GetGetModeHandler")] get; [Android.Runtime.Register("setMode", "(I)V", "GetSetMode_IHandler")] set; }
[<get: Android.Runtime.Register("getMode", "()I", "GetGetModeHandler")>]
[<set: Android.Runtime.Register("setMode", "(I)V", "GetSetMode_IHandler")>]
member this.Mode : Android.Widget.DialerMode with get, set

Property Value

Attributes

Remarks

Change the mode of the widget.

Java documentation for android.widget.DialerFilter.setMode(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