Android.Widget.RemoteViews.SetBoolean Method
Call a method taking one boolean on a view in the layout for this RemoteViews.

Syntax

[Android.Runtime.Register("setBoolean", "(ILjava/lang/String;Z)V", "GetSetBoolean_ILjava_lang_String_ZHandler")]
public virtual void SetBoolean (int viewId, string methodName, bool value)

Parameters

viewId
The id of the view on which to call the method.
methodName
The name of the method to call.
value
The value to pass to the method.

Remarks

Call a method taking one boolean on a view in the layout for this RemoteViews.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3