LogInCallback

interface LogInCallback

Interface to be implemented when calling logIn

Functions

Link copied to clipboard
abstract fun onError(error: PurchasesError)

Will be called after the call has completed with an error.

Link copied to clipboard
abstract fun onReceived(customerInfo: CustomerInfo, created: Boolean)

Will be called after the call has completed.