PeekAlert
androidJvm
PeekAlert
/
dev.mooner.peekalert
/
PeekAlertBuilder
/
ActionBuilder
Action
Builder
class
ActionBuilder
(
text
:
String
,
context
:
Context
)
Members
Constructors
Action
Builder
Link copied to clipboard
constructor
(
text
:
String
,
context
:
Context
)
Functions
background
Color
Link copied to clipboard
fun
backgroundColor
(
@
ColorRes
res
:
Int
?
=
null
,
@
ColorInt
value
:
Int
?
=
null
)
set
On
Action
Listener
Link copied to clipboard
fun
setOnActionListener
(
listener
:
PeekActionListener
)
text
Color
Link copied to clipboard
fun
textColor
(
@
ColorRes
res
:
Int
?
=
null
,
@
ColorInt
value
:
Int
?
=
null
)