GCKLaunchOptions 類別

GCKLaunchOptions 類別參考資料

總覽

接收器應用程式啟動選項。

沿用 NSObject、<NSCopy> 和 <NSCoding> 的 NSObject。

執行個體方法摘要

(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