public class ActivityHandler.InternalState extends Object
Constructor and Description |
---|
InternalState() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasFirstSdkStartNotOcurred() |
boolean |
hasFirstSdkStartOcurred() |
boolean |
hasSessionResponseNotBeenProcessed() |
boolean |
isDisabled() |
boolean |
isEnabled() |
boolean |
isFirstLaunch() |
boolean |
isInBackground() |
boolean |
isInDelayedStart() |
boolean |
isInForeground() |
boolean |
isNotFirstLaunch() |
boolean |
isNotInDelayedStart() |
boolean |
isOffline() |
boolean |
isOnline() |
boolean |
itHasToUpdatePackages() |
public boolean isEnabled()
public boolean isDisabled()
public boolean isOffline()
public boolean isOnline()
public boolean isInBackground()
public boolean isInForeground()
public boolean isInDelayedStart()
public boolean isNotInDelayedStart()
public boolean itHasToUpdatePackages()
public boolean isFirstLaunch()
public boolean isNotFirstLaunch()
public boolean hasSessionResponseNotBeenProcessed()
public boolean hasFirstSdkStartOcurred()
public boolean hasFirstSdkStartNotOcurred()
Copyright © 2018. All rights reserved.