exceptionHandler
fun exceptionHandler(coroutineExceptionHandler: <ERROR CLASS>): EventChannel<BaseEvent>
Content copied to clipboard
创建一个新的 EventChannel, 该 EventChannel 包含 this.coroutineContext 和添加的 coroutineExceptionHandler
See also
fun exceptionHandler(coroutineExceptionHandler: (exception: Throwable) -> Unit): EventChannel<BaseEvent>
Content copied to clipboard
创建一个新的 EventChannel, 该 EventChannel 包含 this.coroutineContext
和添加的 coroutineExceptionHandler
See also
fun exceptionHandler(coroutineExceptionHandler: <ERROR CLASS><Throwable>): EventChannel<BaseEvent>
Content copied to clipboard
创建一个新的 EventChannel, 该 EventChannel 包含 this.coroutineContext
和添加的 coroutineExceptionHandler
Since
2.12