Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`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."]]],["The `ContainerOpener.OpenType` enum defines preferences for opening containers. `PREFER_FRESH` prioritizes opening a recently refreshed container from the server. `PREFER_NON_DEFAULT` favors a non-default container, such as one saved or retrieved from the network, even if it's stale (not recently refreshed). These options allow for specifying whether a fresh version or an existing non-default version of a container is preferred during the opening process.\n"]]