RemoteViews.SetColor(Int32, String, Int32) Method

Definition

Call a method taking one int, a color, on a view in the layout for this RemoteViews.

[Android.Runtime.Register("setColor", "(ILjava/lang/String;I)V", "GetSetColor_ILjava_lang_String_IHandler", ApiSince=31)]
public virtual void SetColor (int viewId, string methodName, int colorResource);
[<Android.Runtime.Register("setColor", "(ILjava/lang/String;I)V", "GetSetColor_ILjava_lang_String_IHandler", ApiSince=31)>]
abstract member SetColor : int * string * int -> unit
override this.SetColor : int * string * int -> unit

Parameters

viewId
Int32

The id of the view on which to call the method.

methodName
String

The name of the method to call.

colorResource
Int32

The resource to resolve and pass as argument to the method.

Attributes

Remarks

Java documentation for android.widget.RemoteViews.setColor(int, java.lang.String, 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