ToastConfiguration

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

Author

F43nd1r

Since

02.06.2017

Constructors

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

Functions

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

Properties

enabled
Link copied to clipboard
val enabled: Boolean = true
enables this plugin
length
Link copied to clipboard
text
Link copied to clipboard
val text: String
toast text triggered when the application crashes