toggle menu
ZappBase
androidJvm
switch theme
search in API
Core
/
com.zappstudio.zappbase.app.crashlytics
/
EmptyCrashReport
Empty
Crash
Report
class
EmptyCrashReport
:
CrashReports
Members
Constructors
Empty
Crash
Report
Link copied to clipboard
constructor
(
)
Functions
log
Exception
Link copied to clipboard
open
fun
logException
(
throwable
:
Throwable
?
)
set
Boolean
Link copied to clipboard
open
fun
setBoolean
(
key
:
String
?
,
value
:
Boolean
)
set
Int
Link copied to clipboard
open
fun
setInt
(
key
:
String
,
value
:
Int
)
set
String
Link copied to clipboard
open
fun
setString
(
key
:
String
,
value
:
String
)
set
User
Identifier
Link copied to clipboard
open
fun
setUserIdentifier
(
userId
:
String
)