Android.Widget.TextSwitcher.SetCurrentText Method
Sets the text of the text view that is currently showing.

Syntax

[Android.Runtime.Register("setCurrentText", "(Ljava/lang/CharSequence;)V", "GetSetCurrentText_Ljava_lang_CharSequence_Handler")]
public virtual void SetCurrentText (Java.Lang.ICharSequence text)

Parameters

text
the new text to display

Remarks

Sets the text of the text view that is currently showing. This does not perform the animations.

[Android Documentation]

Requirements

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