onReceived

abstract fun onReceived(customerInfo: CustomerInfo, created: Boolean)

Will be called after the call has completed.

Parameters

customerInfo

CustomerInfo class sent back when the call has completed

created

Boolean true if a new user has been registered in the backend, false if the user had already been registered.