Method SetText
SetText(string)
Update the text in the Toast.
Declaration
public Toast SetText(string txt)
Parameters
Type | Name | Description |
---|---|---|
string | txt | The raw message or Localization dictionary key for the message to be displayed. |
Returns
Type | Description |
---|---|
Toast | The Toast to continuously build the element. |