GCKLaunchOptions क्लास

GCKLaunchOptions क्लास का रेफ़रंस

खास जानकारी

पैसे पाने वाले के लिए ऐप्लिकेशन लॉन्च करने के विकल्प.

इस ऑब्जेक्ट को GCKCastContext में पास करने से पहले इसमें बदलाव किए जाने चाहिए.

NSObject, <NSकॉपी>, और <NSSecureCoding> को इनहेरिट करता है.

इंस्टेंस के तरीके के बारे में खास जानकारी

(instancetype) - init
 ऑब्जेक्ट को डिफ़ॉल्ट वैल्यू के साथ शुरू करता है. ज़्यादा...
 
(instancetype) - initWithRelaunchIfRunning:
 ऑब्जेक्ट को भेजने वाले डिवाइस के भाषा कोड और बताए गए रीलॉन्च व्यवहार के साथ शुरू करता है. ज़्यादा...
 
(instancetype) - initWithLanguageCode:relaunchIfRunning:
 ऑब्जेक्ट को तय किए गए भाषा कोड के साथ शुरू करता है और फिर से लॉन्च करता है. ज़्यादा...
 
(instancetype) - initWithRelaunchIfRunning:androidReceiverCompatible:
 यह ऑब्जेक्ट, भेजने वाले डिवाइस के भाषा कोड, फिर से लॉन्च करने के बताए गए तरीके और अगर भेजने वाले ऐप्लिकेशन के साथ Android TV ऐप्लिकेशन काम करता है, तो बताए गए तरीके के साथ ऑब्जेक्ट को शुरू करता है. ज़्यादा...
 
(instancetype) - initWithRelaunchIfRunning:languageCode:androidReceiverCompatible:
 खास तौर पर बनाया गया, शुरू करने वाला टूल. ज़्यादा...
 

प्रॉपर्टी की खास जानकारी

NSString * languageCode
 आरएफ़सी 5646 के मुताबिक, भेजने वाले का भाषा कोड. ज़्यादा...
 
BOOL relaunchIfRunning
 इस फ़्लैग से पता चलता है कि अगर रिसीवर ऐप्लिकेशन पहले से चल रहा है, तो उसे दोबारा लॉन्च किया जाना चाहिए या नहीं. ज़्यादा...
 
BOOL androidReceiverCompatible
 इस फ़्लैग से पता चलता है कि भेजने वाला ऐप्लिकेशन, Android TV ऐप्लिकेशन पर कास्ट करने की सुविधा देता है या नहीं. ज़्यादा...
 

तरीके की जानकारी

- (instancetype) init

ऑब्जेक्ट को डिफ़ॉल्ट वैल्यू के साथ शुरू करता है.

- (instancetype) initWithRelaunchIfRunning: (BOOL)  relaunchIfRunning

ऑब्जेक्ट को भेजने वाले डिवाइस के भाषा कोड और बताए गए रीलॉन्च व्यवहार के साथ शुरू करता है.

- (instancetype) initWithLanguageCode: (nullable NSString *)  languageCode
relaunchIfRunning: (BOOL)  relaunchIfRunning 

ऑब्जेक्ट को तय किए गए भाषा कोड के साथ शुरू करता है और फिर से लॉन्च करता है.

Parameters
languageCodeThe language code as per RFC 5646.
relaunchIfRunningA flag indicating whether the receiver application should be relaunched if it is already running.
- (instancetype) initWithRelaunchIfRunning: (BOOL)  relaunchIfRunning
androidReceiverCompatible: (BOOL)  androidReceiverCompatible 

यह ऑब्जेक्ट, भेजने वाले डिवाइस के भाषा कोड, फिर से लॉन्च करने के बताए गए तरीके और अगर भेजने वाले ऐप्लिकेशन के साथ Android TV ऐप्लिकेशन काम करता है, तो बताए गए तरीके के साथ ऑब्जेक्ट को शुरू करता है.

से
4.4.7
- (instancetype) initWithRelaunchIfRunning: (BOOL)  relaunchIfRunning
languageCode: (nullable NSString *)  languageCode
androidReceiverCompatible: (BOOL)  androidReceiverCompatible 

खास तौर पर बनाया गया, शुरू करने वाला टूल.

ऑब्जेक्ट को तय किए गए भाषा कोड के साथ शुरू करता है, Android TV ऐप्लिकेशन के लिए फिर से लॉन्च करता है, और काम करता है.

Parameters
relaunchIfRunningA flag indicating whether the receiver application should be relaunched
languageCodeThe language code as per RFC 5646.
androidReceiverCompatibleA flag indicating whether the sender application supports Android application on the receiver side.
से
4.4.7

प्रॉपर्टी की जानकारी

- (NSString*) languageCode
readwritenonatomiccopy

आरएफ़सी 5646 के मुताबिक, भेजने वाले का भाषा कोड.

भेजने वाले के डिवाइस की भाषा डिफ़ॉल्ट तौर पर सेट होती है.

- (BOOL) relaunchIfRunning
readwritenonatomicassign

इस फ़्लैग से पता चलता है कि अगर रिसीवर ऐप्लिकेशन पहले से चल रहा है, तो उसे दोबारा लॉन्च किया जाना चाहिए या नहीं.

डिफ़ॉल्ट वैल्यू NO है.

- (BOOL) androidReceiverCompatible
readwritenonatomicassign

इस फ़्लैग से पता चलता है कि भेजने वाला ऐप्लिकेशन, Android TV ऐप्लिकेशन पर कास्ट करने की सुविधा देता है या नहीं.

डिफ़ॉल्ट वैल्यू NO है.

से
4.4.7