Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Olarak Aç
Bir URL'nin nasıl açılacağını belirten bir enum.
İstemci, bir URL'yi tam boyutlu pencere (istemci tarafından kullanılan çerçeve bu ise) veya yer paylaşımı (pop-up gibi) olarak açabilir. Uygulama, istemci platformunun özelliklerine bağlıdır ve istemci desteklemiyorsa seçilen değer yoksayılabilir. FULL_SIZE tüm istemciler tarafından desteklenir.
OnClose kullanılması, OpenAs değerinin yoksayılmasına neden olabilir; istemci platformu, seçilen iki değeri birlikte destekleyemezse OnClose önceliklidir.
Bir enum'u çağırmak için üst sınıfını, adını ve özelliğini çağırırsınız. Örneğin,
CardService.OpenAs.FULL_SIZE.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-12-03 UTC."],[[["`OpenAs` is an enum used to specify how a URL should be opened by the client, either as a full-size window or an overlay."],["While `FULL_SIZE` is supported by all clients, `OVERLAY` support depends on the client platform and might be ignored."],["Using `OnClose` may take precedence over `OpenAs`, potentially causing the chosen opening method to be disregarded if the client platform has limitations."],["To utilize this enum in your code, use the syntax: `CardService.OpenAs.FULL_SIZE` or `CardService.OpenAs.OVERLAY`."]]],[]]