CrashController

interface CrashController

Types

Impl
Link copied to clipboard
class Impl(crashReportSender: CrashReportSender?) : CrashController

Functions

crashOccurred
Link copied to clipboard
abstract fun crashOccurred()
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
showDialogIfNeeded
Link copied to clipboard
abstract fun showDialogIfNeeded()
toString
Link copied to clipboard
open fun toString(): String

Inheritors

CrashController
Link copied to clipboard

Sources

jvm source
Link copied to clipboard