Listener
事件监听器. 由 EventChannel.subscribe 等方法返回.
取消监听: complete
Functions
attachChild
Link copied to clipboard
completeExceptionally
Link copied to clipboard
get
Link copied to clipboard
open operator override fun <E : CoroutineContext.Element> get(key: CoroutineContext.Key<E>): E?
Content copied to clipboard
getCancellationException
Link copied to clipboard
invokeOnCompletion
Link copied to clipboard
abstract fun invokeOnCompletion(handler: CompletionHandler): DisposableHandle
Content copied to clipboard
abstract fun invokeOnCompletion(onCancelling: Boolean, invokeImmediately: Boolean, handler: CompletionHandler): DisposableHandle
Content copied to clipboard
minusKey
Link copied to clipboard
open override fun minusKey(key: CoroutineContext.Key<*>): CoroutineContext
Content copied to clipboard
onEvent
Link copied to clipboard
这个方法将会调用 EventChannel.subscribe 时提供的参数 noinline handler: suspend E.(E) -> ListeningStatus
.
plus
Link copied to clipboard
Properties
concurrencyKind
Link copied to clipboard
isCancelled
Link copied to clipboard
isCompleted
Link copied to clipboard
key
Link copied to clipboard
priority
Link copied to clipboard