Android.Widget.TextSwitcher.SetText Method
Sets the text of the next view and switches to the next view.

Syntax

[Android.Runtime.Register("setText", "(Ljava/lang/CharSequence;)V", "GetSetText_Ljava_lang_CharSequence_Handler")]
public virtual void SetText (Java.Lang.ICharSequence text)

Parameters

text
the new text to display

Remarks

Sets the text of the next view and switches to the next view. This can be used to animate the old text out and animate the next text in.

[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