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