BlinkID
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
BlinkID
microblink-ux
/
com.microblink.ux.components
/
ErrorDialog
Error
Dialog
@
Composable
fun
ErrorDialog
(
@
StringRes
title
:
Int
,
@
StringRes
description
:
Int
?
,
@
StringRes
buttonText
:
Int
,
onDismissErrorDialog
:
(
)
->
Unit
=
{}
,
onButtonClick
:
(
)
->
Unit
)