Android.Widget.TextSwitcher Members

The members of Android.Widget.TextSwitcher are listed below.

See Also: Inherited members from Android.Widget.ViewSwitcher

Public Constructors

Creates a new empty TextSwitcher.
Creates a new empty TextSwitcher for the given context and with the specified set attributes.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

SetCurrentText(Java.Lang.ICharSequence)
Sets the text of the text view that is currently showing.
SetCurrentText(string)
Documentation for this section has not yet been entered.
SetText(Java.Lang.ICharSequence)
Sets the text of the next view and switches to the next view.
SetText(string)
Documentation for this section has not yet been entered.