Rachel
Toggle table of contents
3.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.startup.exception
/
love.yinlin.startup
/
StartupExceptionHandler
/
Factory
Factory
class
Factory
(
crashKey
:
String
,
handler
:
ExceptionHandler
)
:
SyncStartupFactory
<
StartupExceptionHandler
>
Members
Constructors
Factory
Link copied to clipboard
constructor
(
crashKey
:
String
,
handler
:
ExceptionHandler
)
Properties
dependencies
Link copied to clipboard
open
override
val
dependencies
:
List
<
String
>
dispatcher
Link copied to clipboard
override
val
dispatcher
:
CoroutineContext
?
id
Link copied to clipboard
open
override
val
id
:
String
Functions
build
Link copied to clipboard
open
override
fun
build
(
pool
:
StartupPool
)
:
StartupExceptionHandler