ToastConfiguration

class ToastConfiguration(val enabled: Boolean = true, val text: String, @IntRange(from = 0, to = 1) val length: Int = Toast.LENGTH_LONG) : Configuration

Author

F43nd1r

Since

02.06.2017

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true, text: String, @IntRange(from = 0, to = 1) length: Int = Toast.LENGTH_LONG)

Properties

Link copied to clipboard
val enabled: Boolean = true

enables this plugin

Link copied to clipboard

toast text triggered when the application crashes

Functions

Link copied to clipboard
open override fun enabled(): Boolean