toggle menu
ZappBase
androidJvm
switch theme
search in API
Compose
/
com.zappstudio.compose.list.view
/
BaseListErrorComponent
Base
List
Error
Component
@
Immutable
open
class
BaseListErrorComponent
Members
Constructors
Base
List
Error
Component
Link copied to clipboard
constructor
(
)
Properties
icon
Link copied to clipboard
open
val
icon
:
Int
internet
Error
Link copied to clipboard
open
val
internetError
:
Int
unexpected
Error
Link copied to clipboard
open
val
unexpectedError
:
Int
Functions
List
Error
Component
Link copied to clipboard
@
Composable
fun
ListErrorComponent
(
exception
:
Throwable
,
_icon
:
Int
?
=
null
,
_text
:
Int
?
=
null
,
retry
:
(
)
->
Unit
)