-
- All Implemented Interfaces:
-
java.io.Serializable,org.acra.config.Configuration
public final class ToastConfiguration implements Configuration
-
-
Constructor Summary
Constructors Constructor Description ToastConfiguration(Boolean enabled, String text, Integer length)
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()enables this plugin final StringgetText()toast text triggered when the application crashes final IntegergetLength()One of android.widget.Toast.LENGTH_LONG and android.widget.Toast.LENGTH_SHORT Booleanenabled() -
-