@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 |