InitialLoader

interface InitialLoader

Callback invoked by the SDK when the custom initial loader must be dismissed. IMPORTANT: The SDK does not invoke the callback when nothing has to be shown throughout the process. Make sure you dismiss the loading animation at the end of the transaction if the SDK hasn’t done so already.

Functions

Link copied to clipboard
abstract fun dismiss()

Invoked when SDK content needs to be presented. The app must dismiss/hide its custom loading animation immediately. For the remainder of the process the SDK’s loading animation is used.