public
static
final
ContainerOpener.OpenType
PREFER_FRESH
Określa, że preferowane jest otwieranie nowej wersji kontenera (takiej, która została ostatnio odświeżona przez serwer).
public
static
final
ContainerOpener.OpenType
PREFER_NON_DEFAULT
Określa, że preferowane jest otwieranie kontenera innego niż domyślny (zapisany lub pobrany z sieci). W tym przypadku nieaktualny kontener (który nie został ostatnio odświeżony z serwera) jest prawidłowy.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-25 UTC."],[],["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"]]