kommon
Toggle table of contents
0.0.0-SNAPSHOT
release
Target filter
release
Switch theme
Search in API
Skip to content
kommon
crashreporting
/
io.github.maniramezan.kommon.crashreporting
/
CrashlyticsClient
Crashlytics
Client
interface
CrashlyticsClient
Abstraction over a crash-reporting SDK (Crashlytics, Sentry, Bugsnag, etc.).
Inheritors
NoOpCrashlyticsClient
RecordingCrashlyticsClient
Members
Functions
clear
User
Id
Link copied to clipboard
abstract
fun
clearUserId
(
)
log
Link copied to clipboard
abstract
fun
log
(
message
:
String
)
record
Error
Link copied to clipboard
abstract
fun
recordError
(
throwable
:
Throwable
,
context
:
Map
<
String
,
String
>
=
emptyMap()
)
set
Custom
Value
Link copied to clipboard
abstract
fun
setCustomValue
(
key
:
String
,
value
:
String
)
set
User
Id
Link copied to clipboard
abstract
fun
setUserId
(
userId
:
String
)