GCKCommon.h Dosyası
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
GCKCastState, GCKConnectionState, GCKConnectionPendingPlace, GCKActiveInputStatus ve GCKStandbyStatus numaralandırmaları.
Diğer...
|
typedef | NS_CLOSED_ENUM (NSInteger, GCKConnectionState) |
|
typedef | NS_CLOSED_ENUM (NSInteger, GCKActiveInputStatus) |
|
typedef | NS_CLOSED_ENUM (NSInteger, GCKStandbyStatus) |
|
typedef | NS_CLOSED_ENUM (NSUInteger, GCKCastState) |
|
GCKCastState, GCKConnectionState, GCKConnectionPendingPlace, GCKActiveInputStatus ve GCKStandbyStatus numaralandırmaları.
Bir bağlantının askıya alınmasının nedenlerini tanımlayan sıralama.
Numaralandırıcı |
---|
GCKConnection suspendedWhyAppArka Plan’da dursun |
Uygulama arka plana gittiği için bağlantı askıya alındı.
|
GCKConnectionRestrictNedeniNetworkError |
Ağ G/Ç veya protokol hatası nedeniyle bağlantı askıya alındı.
|
GCKConnectionAllowed başlayacakNetworkNotReachable |
Ağa erişilemediği için bağlantı askıya alındı.
|
GCKConnectionPendingNedeniAppTerminated |
Uygulama bağlanılırken sonlandırıldığı için bağlantı askıya alındı.
|
GoogleCast çerçevesinin sürüm numarasını içeren bir dize sabiti.
Geçersiz istek kimliği. Bir yöntemin bu istek kimliğini döndürmesi, isteğin yapılamadığı anlamına gelir.
API'nin geçersiz bir iş parçacığından çağrıldığını gösteren bir istisna türü.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-12-02 UTC.
[[["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: 2023-12-02 UTC."],[[["The GCKCommon.h file defines enums for Cast state, connection state, connection suspension reasons, active input status, and standby status."],["It includes an enum, `GCKConnectionSuspendReason`, which specifies the reasons behind a connection suspension, such as app backgrounding, network errors, and app termination."],["The file declares constants like `kGCKFrameworkVersion` for the framework version, `kGCKInvalidRequestID` representing an invalid request, and `kGCKThreadException` indicating an API call from an invalid thread."],["It contains typedefs for GCKConnectionState, GCKActiveInputStatus, GCKStandbyStatus, and GCKCastState, all of which are closed enums using NSInteger or NSUInteger."]]],["This document outlines key elements within the GCKCommon.h file, which contains enumerations, functions, and variables related to Google Cast. The `GCKConnectionSuspendReason` enum details reasons for connection suspension, such as the app being backgrounded, network errors, network unreachability, or app termination. Other enums include `GCKCastState`, `GCKConnectionState`, `GCKActiveInputStatus`, and `GCKStandbyStatus`. Notable variables are `kGCKFrameworkVersion` (framework version), `kGCKInvalidRequestID` (for failed requests), and `kGCKThreadException` (invalid thread calls).\n"]]