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