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", "(I)V", "GetSetText_IHandler")]
public virtual void SetText (int resId)

Parameters

resId
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