概览
接收者应用的启动选项。
必须先对此对象进行更改,然后再将其传递给 GCKCastContext。
继承 NSObject、<NSCopy> 和 <NSSecureCoding>。
实例方法摘要 | |
(instancetype) | - init |
使用默认值初始化对象。更多... | |
(instancetype) | - initWithRelaunchIfRunning: |
使用发送方设备的语言代码和指定的重新启动行为初始化该对象。更多... | |
(instancetype) | - initWithLanguageCode:relaunchIfRunning: |
使用指定的语言代码和重新启动行为初始化对象。更多... | |
(instancetype) | - initWithRelaunchIfRunning:androidReceiverCompatible: |
使用发送器设备的语言代码、指定的重新启动行为以及发送器应用支持 Android TV 应用来初始化对象。更多... | |
(instancetype) | - initWithRelaunchIfRunning:languageCode:androidReceiverCompatible: |
指定的初始化程序。更多... | |
属性摘要 | |
NSString * | languageCode |
发件人的语言代码(符合 RFC 5646)。更多... | |
BOOL | relaunchIfRunning |
一个标记,指示接收方应用是否应该已在运行中重新启动。更多... | |
BOOL | androidReceiverCompatible |
指示发送方应用是否支持投屏到 Android TV 应用的标志。更多... | |
方法详细信息
- (instancetype) init |
使用默认值初始化对象。
- (instancetype) initWithRelaunchIfRunning: | (BOOL) | relaunchIfRunning |
使用发送方设备的语言代码和指定的重新启动行为初始化该对象。
- (instancetype) initWithLanguageCode: | (nullable NSString *) | languageCode | |
relaunchIfRunning: | (BOOL) | relaunchIfRunning | |
使用指定的语言代码和重新启动行为初始化对象。
- Parameters
-
languageCode The language code as per RFC 5646. relaunchIfRunning A 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
-
relaunchIfRunning A flag indicating whether the receiver application should be relaunched languageCode The language code as per RFC 5646. androidReceiverCompatible A flag indicating whether the sender application supports Android application on the receiver side.
- 开始时间
- 4.4.7
房源详情
|
readwritenonatomiccopy |
发件人的语言代码(符合 RFC 5646)。
默认语言为发送设备的语言。
|
readwritenonatomicassign |
一个标记,指示接收方应用是否应该已在运行中重新启动。
默认值为 NO
。
|
readwritenonatomicassign |
指示发送方应用是否支持投屏到 Android TV 应用的标志。
默认值为 NO
。
- 开始时间
- 4.4.7