ContainerOpener.OpenType

  • ContainerOpener.OpenType enum defines preferences for opening a container.

  • PREFER_FRESH prioritizes opening a recently refreshed container from the server.

  • PREFER_NON_DEFAULT prioritizes opening a saved or network-retrieved container, even if it's not recently refreshed.

public static final enum ContainerOpener.OpenType

Preferences for opening a container.

Enum Values

public static final ContainerOpener.OpenType PREFER_FRESH

Specifies that opening a fresh version of the container (one that has been recently refreshed from the server) is preferred.

public static final ContainerOpener.OpenType PREFER_NON_DEFAULT

Specifies that opening a non-default container (saved or retrieved from network) is preferred. In this case, a stale container (one that hasn't been recently refreshed from the server) is OK.