-
public class KubesenseRumContentProvider.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerprocessImportanceprivate LongcreateTimeNspublic final static KubesenseRumContentProvider.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetProcessImportance()Process importance at the moment of creating KubesenseRumContentProvider Should be set from the outside only in tests. final UnitsetProcessImportance(Integer processImportance)Process importance at the moment of creating KubesenseRumContentProvider Should be set from the outside only in tests. final LonggetCreateTimeNs()fallback for APIs below Android N, see DefaultAppStartTimeProvider. final UnitsetCreateTimeNs(Long createTimeNs)fallback for APIs below Android N, see DefaultAppStartTimeProvider. -
-
Method Detail
-
getProcessImportance
final Integer getProcessImportance()
Process importance at the moment of creating KubesenseRumContentProvider Should be set from the outside only in tests.
-
setProcessImportance
final Unit setProcessImportance(Integer processImportance)
Process importance at the moment of creating KubesenseRumContentProvider Should be set from the outside only in tests.
-
getCreateTimeNs
final Long getCreateTimeNs()
fallback for APIs below Android N, see DefaultAppStartTimeProvider. Should be set from the outside only in tests.
-
setCreateTimeNs
final Unit setCreateTimeNs(Long createTimeNs)
fallback for APIs below Android N, see DefaultAppStartTimeProvider. Should be set from the outside only in tests.
-
-
-
-