-
public final class Diagnostics.StateSnapshotSnapshot of SDK state for diagnostics
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringversionprivate final IntegerandroidVersionprivate final BooleanisComposeAvailableprivate final Diagnostics.DiagnosticsConfigconfigprivate final LongtotalStorageSizeprivate final DoublepercentOfQuotaprivate final LongmaxHeapSizeprivate final LongavailableHeapSizeprivate final LongpendingEventsprivate final LonglastUploadTimestampprivate final IntegerfailedUploadCountprivate final StringlastErrorprivate final Booleanthrottledprivate final IntegerbytesSentToday
-
Constructor Summary
Constructors Constructor Description Diagnostics.StateSnapshot(String version, Integer androidVersion, Boolean isComposeAvailable, Diagnostics.DiagnosticsConfig config, Long totalStorageSize, Double percentOfQuota, Long maxHeapSize, Long availableHeapSize, Long pendingEvents, Long lastUploadTimestamp, Integer failedUploadCount, String lastError, Boolean throttled, Integer bytesSentToday)
-
Method Summary
Modifier and Type Method Description final StringgetVersion()final IntegergetAndroidVersion()final BooleangetIsComposeAvailable()final Diagnostics.DiagnosticsConfiggetConfig()final LonggetTotalStorageSize()final DoublegetPercentOfQuota()final LonggetMaxHeapSize()final LonggetAvailableHeapSize()final LonggetPendingEvents()final LonggetLastUploadTimestamp()final IntegergetFailedUploadCount()final StringgetLastError()final BooleangetThrottled()final IntegergetBytesSentToday()-
-
Constructor Detail
-
Diagnostics.StateSnapshot
Diagnostics.StateSnapshot(String version, Integer androidVersion, Boolean isComposeAvailable, Diagnostics.DiagnosticsConfig config, Long totalStorageSize, Double percentOfQuota, Long maxHeapSize, Long availableHeapSize, Long pendingEvents, Long lastUploadTimestamp, Integer failedUploadCount, String lastError, Boolean throttled, Integer bytesSentToday)
-
-
Method Detail
-
getVersion
final String getVersion()
-
getAndroidVersion
final Integer getAndroidVersion()
-
getIsComposeAvailable
final Boolean getIsComposeAvailable()
-
getConfig
final Diagnostics.DiagnosticsConfig getConfig()
-
getTotalStorageSize
final Long getTotalStorageSize()
-
getPercentOfQuota
final Double getPercentOfQuota()
-
getMaxHeapSize
final Long getMaxHeapSize()
-
getAvailableHeapSize
final Long getAvailableHeapSize()
-
getPendingEvents
final Long getPendingEvents()
-
getLastUploadTimestamp
final Long getLastUploadTimestamp()
-
getFailedUploadCount
final Integer getFailedUploadCount()
-
getLastError
final String getLastError()
-
getThrottled
final Boolean getThrottled()
-
getBytesSentToday
final Integer getBytesSentToday()
-
-
-
-