ULOfferCallback

interface ULOfferCallback

The callback of the ULPMMessage's configuration call.

Functions

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

Callback method which is called when an error has happened during the configuration.

Link copied to clipboard
abstract fun onSuccess(hasOffer: Boolean)

Callback method which is be called after a successful configuration.