toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.ui.servicedesk.helper
/
DialogHelper
/
showConfirmDialog
show
Confirm
Dialog
fun
showConfirmDialog
(
message
:
String
,
actConfirm
:
(
)
->
Unit
?
?
)
fun
showConfirmDialog
(
title
:
String
?
,
message
:
String
,
actConfirm
:
(
)
->
Unit
?
?
)
fun
showConfirmDialog
(
title
:
String
?
,
negativeText
:
String
,
positiveText
:
String
,
message
:
String
,
actConfirm
:
(
)
->
Unit
?
?
)
fun
showConfirmDialog
(
title
:
String
?
,
negativeText
:
String
,
positiveText
:
String
,
message
:
String
,
actCancel
:
(
)
->
Unit
?
?
,
actConfirm
:
(
)
->
Unit
?
?
)
:
ConfirmDialog