ULPMMessageCallback

The delegate of the ULPMMessage. The delegate is notified about the errors and events which can happen during the from pricing phase.

Functions

Link copied to clipboard
abstract fun embeddableViewCreated(fragment: Fragment)

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

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

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

Link copied to clipboard
abstract fun fullScreenPresented()

Delegate method which is be called after the from pricing full screen has created.

Link copied to clipboard
abstract fun modalClosed()

Delegate method which is be called after the from pricing modal has closed.

Link copied to clipboard
abstract fun modalOpened()

Delegate method which is be called after the from pricing modal has opened.

Link copied to clipboard
abstract fun viewDestroyed()

Delegate method which is be called after the from pricing full screen/embedded screen has destroyed.