TSAuthCallback

interface TSAuthCallback<T, Y>

Operation result callback

Functions

Link copied to clipboard
abstract fun error(error: Y)

This method is invoked when the operation was completed with error.

Link copied to clipboard
abstract fun success(result: T)

This method is invoked when the operation was successfully completed.