GCKLaunchOptions 类

GCKLaunchOptions 类参考文档

概览

接收器应用启动选项。

继承 NSObject、<NSDuplicate> 和 <NSCoding>。

实例方法摘要

(instancetype) - init
 使用默认值初始化对象。更多...
 
(instancetype) - initWithRelaunchIfRunning:
 使用发送方设备的语言代码和指定的重新启动行为初始化对象。更多...
 
(instancetype) - initWithLanguageCode:relaunchIfRunning:
 指定的初始化程序。更多...
 

属性摘要

NSString * languageCode
 发件人的语言代码(符合 RFC 5646 标准)。更多...
 
BOOL relaunchIfRunning
 一个标记,用于指示如果接收器应用已在运行,是否应将其重新启动。更多...
 

方法详细信息

- (instancetype) init

使用默认值初始化对象。

- (instancetype) initWithRelaunchIfRunning: (BOOL)  relaunchIfRunning

使用发送方设备的语言代码和指定的重新启动行为初始化对象。

- (instancetype) initWithLanguageCode: (NSString *__nullable)  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.

属性详情

- (NSString*) languageCode
readwritenonatomiccopy

发件人的语言代码(符合 RFC 5646 标准)。

默认是发送设备的语言。

- (BOOL) relaunchIfRunning
readwritenonatomicassign

一个标记,用于指示如果接收器应用已在运行,是否应将其重新启动。

默认值为 NO