PeekAlert
androidJvm
Peek
Alert
dev.
mooner.
peekalert
Action
Config
create
Peek
Alert()
Peek
Alert
Companion
Position
Bottom
Top
Peek
Alert
Builder
Action
Builder
Text
Builder
Title
Builder
Peek
Alert
View
Text
Config
dev.
mooner.
peekalert.
interpolator
Cubic
Bezier
Interpolator
PeekAlert
/
dev.mooner.peekalert
/
TextConfig
Text
Config
data
class
TextConfig
(
var
content
:
String
?
=
null
,
var
size
:
Float
?
=
null
,
var
color
:
Int
?
=
null
,
var
typeface
:
Typeface
?
=
null
)
Members
Constructors
Text
Config
Link copied to clipboard
constructor
(
content
:
String
?
=
null
,
size
:
Float
?
=
null
,
color
:
Int
?
=
null
,
typeface
:
Typeface
?
=
null
)
Properties
color
Link copied to clipboard
var
color
:
Int
?
content
Link copied to clipboard
var
content
:
String
?
size
Link copied to clipboard
var
size
:
Float
?
typeface
Link copied to clipboard
var
typeface
:
Typeface
?