-
public class AndroidLifecycleManager.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private LongCHECK_BACKGROUND_DELAYpublic final static AndroidLifecycleManager.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final LonggetCHECK_BACKGROUND_DELAY()When onActivityPaused callback triggered - this delay is applied to postpone check if there are no other resumed activities. final UnitsetCHECK_BACKGROUND_DELAY(Long CHECK_BACKGROUND_DELAY)-
-
Method Detail
-
getCHECK_BACKGROUND_DELAY
final Long getCHECK_BACKGROUND_DELAY()
When onActivityPaused callback triggered - this delay is applied to postpone check if there are no other resumed activities. Covers case of switching between 2 activities, when one is resumed and second is paused.
-
setCHECK_BACKGROUND_DELAY
final Unit setCHECK_BACKGROUND_DELAY(Long CHECK_BACKGROUND_DELAY)
-
-
-
-