The methods of Android.Widget.Toast are listed below. For a list of all members, see the Toast Members list.
See Also: Inherited members from Java.Lang.Object
Cancel()Close the view if it's showing, or don't show it if it isn't showing yet. | ||
static | MakeText(Android.Content.Context, Java.Lang.ICharSequence, ToastLength)Make a standard toast that just contains a text view. | |
static | MakeText(Android.Content.Context, int, ToastLength)Make a standard toast that just contains a text view with the text from a resource. | |
static | MakeText(Android.Content.Context, string, ToastLength)Documentation for this section has not yet been entered. | |
SetGravity(Android.Views.GravityFlags, int, int)Set the location at which the notification should appear on the screen. | ||
SetMargin(float, float)Set the margins of the view. | ||
SetText(Java.Lang.ICharSequence)Update the text in a Toast that was previously created using one of the makeText() methods. | ||
SetText(int)Update the text in a Toast that was previously created using one of the makeText() methods. | ||
SetText(string)Documentation for this section has not yet been entered. | ||
Show()Show the view for the specified duration. |