web/static/javadoc/5.5.1/org/acra/util/ToastSender.html
Class
Summary:
Nested |
Field |
Constr |
Detail:
Field |
Constr |
org.acra.util
public final classToastSenderextends[Object](http://d.android.com/reference/java/lang/Object.html?is-external=true "class or interface in java.lang")
Responsible for sending Toasts under all circumstances. Since:4.3.0
All Methods Static Methods Concrete Methods | Modifier and Type | Method and Description |
| --- | --- |
| static void | sendToast(Context context, String toast, int toastLength)
Sends a Toast and ensures that any Exception thrown during sending is handled.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public static void sendToast(@NonNull[Context](http://d.android.com/reference/android/content/Context.html?is-external=true "class or interface in android.content")context,[String](http://d.android.com/reference/java/lang/String.html?is-external=true "class or interface in java.lang")toast,
int toastLength)
Sends a Toast and ensures that any Exception thrown during sending is handled.
Parameters:context - Application context.toast - toast message.toastLength - Length of the Toast.
Class
Summary:
Nested |
Field |
Constr |
Detail:
Field |
Constr |