ToastConfigurationBuilder

class ToastConfigurationBuilder

Functions

build
Link copied to clipboard
fun build(): ToastConfiguration
withEnabled
Link copied to clipboard
fun withEnabled(enabled: Boolean): ToastConfigurationBuilder
withLength
Link copied to clipboard
fun withLength(length: Int): ToastConfigurationBuilder
withText
Link copied to clipboard
fun withText(text: String): ToastConfigurationBuilder

Properties

enabled
Link copied to clipboard
var enabled: Boolean?
length
Link copied to clipboard
var length: Int?
text
Link copied to clipboard
var text: String?