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