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
fun ToastConfiguration(    enabled: Boolean = true,     text: String,     @IntRange(from = 0, to = 1) length: Int = Toast.LENGTH_LONG)

Functions

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

Properties

Link copied to clipboard
val enabled: Boolean = true

enables this plugin

Link copied to clipboard
Link copied to clipboard
val text: String

toast text triggered when the application crashes