ResultCallback
Ce contenu n’est pas encore disponible dans votre langue.
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.
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| onResult | abstract fun onResult(result: SharingResult) |