Android.Widget.Toast.SetText Method
Update the text in a Toast that was previously created using one of the makeText() methods.

Syntax

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

Parameters

s
The new text for the Toast.

Remarks

Update the text in a Toast that was previously created using one of the makeText() methods.

[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