Android.Widget.RemoteViews.SetContentDescription Method
Equivalent to calling View.setContentDescription(CharSequence).

Syntax

[Android.Runtime.Register("setContentDescription", "(ILjava/lang/CharSequence;)V", "GetSetContentDescription_ILjava_lang_CharSequence_Handler")]
public virtual void SetContentDescription (int viewId, Java.Lang.ICharSequence contentDescription)

Parameters

viewId
The id of the view whose content description should change.
contentDescription
The new content description for the view.

Remarks

Equivalent to calling View.setContentDescription(CharSequence).

[Android Documentation]

Requirements

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