ULCheckoutCallback

The delegate of the ULOrderManager. The delegate is notified about the errors and events which can happen during the checkout phase.

Functions

Link copied to clipboard
abstract fun offerStatusReceived(hasOffer: Boolean, payMonthlyAmount: Int?)

Delegate method which is called when an offer update is received.

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

Delegate method which is called when an error has happened during the checkout flow.

Link copied to clipboard
abstract fun viewCreated()

Delegate method which is be called after the checkout view has created.

Link copied to clipboard
abstract fun viewDestroyed()

Delegate method which is be called after the checkout view has destroyed.

Link copied to clipboard
abstract fun virtualCardReceived(virtualCard: ULPMVirtualCard)

Delegate method which is called when the checkout is finished successfully