ErrorReporter

interface ErrorReporter

Simple API to allow switching logic for logging and showing user messages.

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun logMessage(message: String, category: ErrorReporter.Category = Category.Unknown, level: ErrorReporter.Level = Level.Info)
Link copied to clipboard
abstract fun showMessage(@StringRes message: Int)