Receiver application launch options.
More...
#import <GCKLaunchOptions.h>
Receiver application launch options.
Initializes the object with default values.
- (instancetype) initWithLanguageCode: |
|
(NSString *GCK_NULLABLE_TYPE) |
languageCode |
relaunchIfRunning: |
|
(BOOL) |
relaunchIfRunning |
|
|
| |
Designated initializer.
Initializes the object with the specified language code and relaunch behavior.
- 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 |
|
Initializes the object with the sender device's language code and the specified relaunch behavior.
- (NSString*) languageCode |
|
readwritenonatomiccopy |
The sender's language code as per RFC 5646.
The default is the sender device's language.
- (BOOL) relaunchIfRunning |
|
readwritenonatomicassign |
A flag indicating whether the receiver application should be relaunched if it is already running.
The default is NO
.
The documentation for this class was generated from the following file: