web/static/javadoc/4.11/org/acra/util/ToastSender.html
Class
Next Class
Summary:
Nested |
Field |
Constr |
Detail:
Field |
Constr |
org.acra.util
java.lang.Object
public final classToastSenderextends java.lang.Object
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(android.content.Context context, int toastResourceId, 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
android.content.Context context,
@StringRes
int toastResourceId,
int toastLength)
Sends a Toast and ensures that any Exception thrown during sending is handled.
Parameters:context - Application context.toastResourceId - Id of the resource to send as the Toast message.toastLength - Length of the Toast.
Class
Next Class
Summary:
Nested |
Field |
Constr |
Detail:
Field |
Constr |