SessionDropInCallback

fun interface SessionDropInCallback

A class that defines the callbacks from Drop-in to the Activity or Fragment that launched it.

Functions

Link copied to clipboard
abstract fun onDropInResult(sessionDropInResult: SessionDropInResult?)

Returns the final result of Drop-in. Use this method together with DropIn.registerForDropInResult.