acra
androidJvm
acra
/
org.acra.config
/
ToastConfigurationBuilder
Toast
Configuration
Builder
androidJvm
class
ToastConfigurationBuilder
Content copied to clipboard
Functions
Properties
Functions
build
Link copied to clipboard
androidJvm
fun
build
(
)
:
ToastConfiguration
Content copied to clipboard
with
Enabled
Link copied to clipboard
androidJvm
fun
withEnabled
(
enabled
:
Boolean
)
:
ToastConfigurationBuilder
Content copied to clipboard
with
Length
Link copied to clipboard
androidJvm
fun
withLength
(
length
:
Int
)
:
ToastConfigurationBuilder
Content copied to clipboard
with
Text
Link copied to clipboard
androidJvm
fun
withText
(
text
:
String
)
:
ToastConfigurationBuilder
Content copied to clipboard
Properties
enabled
Link copied to clipboard
androidJvm
var
enabled
:
Boolean
?
Content copied to clipboard
length
Link copied to clipboard
androidJvm
var
length
:
Int
?
Content copied to clipboard
text
Link copied to clipboard
androidJvm
var
text
:
String
?
Content copied to clipboard