toggle menu
bugsnag-android-core
6.3.0
androidJvm
switch theme
search in API
bugsnag-android-core
/
com.bugsnag.android
/
StateEvent
/
UpdateMemoryTrimEvent
Update
Memory
Trim
Event
class
UpdateMemoryTrimEvent
(
val
isLowMemory
:
Boolean
,
val
memoryTrimLevel
:
Int
?
=
null
,
val
memoryTrimLevelDescription
:
String
=
"None"
)
:
StateEvent
Members
Constructors
Update
Memory
Trim
Event
Link copied to clipboard
constructor
(
isLowMemory
:
Boolean
,
memoryTrimLevel
:
Int
?
=
null
,
memoryTrimLevelDescription
:
String
=
"None"
)
Properties
is
Low
Memory
Link copied to clipboard
@
JvmField
val
isLowMemory
:
Boolean
memory
Trim
Level
Link copied to clipboard
@
JvmField
val
memoryTrimLevel
:
Int
?
=
null
memory
Trim
Level
Description
Link copied to clipboard
@
JvmField
val
memoryTrimLevelDescription
:
String