Skip to content

ResultCallback

fun interface ResultCallback

How a sharing session ended. Always invoked on the main thread, and it can arrive after the hosting Activity is destroyed, so write it defensively. Should be a stable reference.

NameSummary
onResultabstract fun onResult(result: SharingResult)