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