sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.provider
/
SelfDestructiveThread
/
ReplyCallback
Reply
Callback
interface
ReplyCallback
<
T
>
(
source
)
Reply callback for postAndReply
Parameters
<T>
A type which will be received as the argument.
Members
Functions
on
Reply
Link copied to clipboard
abstract
fun
onReply
(
value
:
T
)
Called when the task was finished.