@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface AcraToast
| Modifier and Type | Required Element and Description |
|---|---|
int |
resText
toast text triggered when the application crashes
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
length
One of
Toast.LENGTH_LONG and Toast.LENGTH_SHORT |
@StringRes public abstract int resText
Toast.makeText(Context, int, int)public abstract int length
Toast.LENGTH_LONG and Toast.LENGTH_SHORTToast.makeText(Context, int, int)