Dokka MultiModule Example
androidJvm
pos-service
/
su.ips.pos_service.service
/
DialogView
Dialog
View
class
DialogView
(
context
:
Context
,
onCancel
:
(
)
->
Unit
)
Members
Constructors
Dialog
View
Link copied to clipboard
constructor
(
context
:
Context
,
onCancel
:
(
)
->
Unit
)
Functions
hide
Link copied to clipboard
suspend
fun
hide
(
)
show
Link copied to clipboard
suspend
fun
show
(
message
:
String
,
persist
:
Boolean
=
true
,
delay
:
Long
=
300
,
onCancel
:
(
)
->
Unit
?
=
null
)
show
On
Lock
Screen
Link copied to clipboard
suspend
fun
showOnLockScreen
(
message
:
String
,
persist
:
Boolean
=
true
)