staffstart-android-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.view.presentation.component
/
ErrorView
Error
View
android
@
Composable
fun
ErrorView
(
title
:
String
=
"データの取得に失敗しました"
,
message
:
String
=
"時間をおいて再度お試しください"
,
buttonLabel
:
String
=
"リトライ"
,
onRetry
:
(
)
->
Unit
)
(
source
)