toggle menu
bugsnag-android-core
6.3.0
androidJvm
switch theme
search in API
bugsnag-android-core
/
com.bugsnag.android
/
StateEvent
/
StartSession
Start
Session
class
StartSession
(
val
id
:
String
,
val
startedAt
:
String
,
val
handledCount
:
Int
,
val
unhandledCount
:
Int
)
:
StateEvent
Members
Constructors
Start
Session
Link copied to clipboard
constructor
(
id
:
String
,
startedAt
:
String
,
handledCount
:
Int
,
unhandledCount
:
Int
)
Properties
handled
Count
Link copied to clipboard
@
JvmField
val
handledCount
:
Int
id
Link copied to clipboard
@
JvmField
val
id
:
String
started
At
Link copied to clipboard
@
JvmField
val
startedAt
:
String
unhandled
Count
Link copied to clipboard
val
unhandledCount
:
Int