RemoteViews.SetCharSequenceAttr(Int32, String, Int32) Method

Definition

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

[Android.Runtime.Register("setCharSequenceAttr", "(ILjava/lang/String;I)V", "GetSetCharSequenceAttr_ILjava_lang_String_IHandler", ApiSince=31)]
public virtual void SetCharSequenceAttr (int viewId, string methodName, int stringAttribute);
[<Android.Runtime.Register("setCharSequenceAttr", "(ILjava/lang/String;I)V", "GetSetCharSequenceAttr_ILjava_lang_String_IHandler", ApiSince=31)>]
abstract member SetCharSequenceAttr : int * string * int -> unit
override this.SetCharSequenceAttr : 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.

stringAttribute
Int32

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

Attributes

Remarks

Java documentation for android.widget.RemoteViews.setCharSequenceAttr(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