ExceptionHandler

fun interface ExceptionHandler

A pass through for exceptions that are handled by the Movement SDK but are of note to the developer. The Movement SDK in some cases needs to handle exceptions so that it can continue is passive work. These exceptions often indicate an issue in the implementation of NotificationHandler and are useful for debugging.

Functions

Link copied to clipboard
abstract fun logException(t: Throwable)

Method invoked when MovementSDK swallows an exception that the developer should know about.