3 #import <GoogleCast/GCKDefines.h> 5 #import <Foundation/Foundation.h> 10 GCK_ASSUME_NONNULL_BEGIN
39 - (instancetype)initWithReceiverApplicationID:(NSString *)applicationID
40 GCK_DEPRECATED("Use initWithDiscoveryCriteria:");
50 - (instancetype)initWithSupportedNamespaces:(NSArray<NSString *> *)namespaces
51 GCK_DEPRECATED("Use initWithDiscoveryCriteria:");
111 GCK_ASSUME_NONNULL_END
BOOL disableDiscoveryAutostart
A flag indicating whether the discovery of Cast devices should start automatically at context initial...
Definition: GCKCastOptions.h:67
GCKLaunchOptions * launchOptions
The receiver launch options to use when starting a Cast session.
Definition: GCKCastOptions.h:81
Device discovery filter criteria.
Definition: GCKDiscoveryCriteria.h:22
Options that affect the discovery of Cast devices and the behavior of Cast sessions.
Definition: GCKCastOptions.h:19
BOOL stopReceiverApplicationWhenEndingSession
Whether the receiver application should be terminated when the user ends the session via the "Stop Ca...
Definition: GCKCastOptions.h:107
BOOL suspendSessionsWhenBackgrounded
Whether sessions should be suspended when the sender application goes into the background (and resume...
Definition: GCKCastOptions.h:99
Receiver application launch options.
Definition: GCKLaunchOptions.h:13
BOOL disableAnalyticsLogging
A flag which is used to disable or enable collection of diagnostic data to improve the reliability of...
Definition: GCKCastOptions.h:76
NSString * sharedContainerIdentifier
The shared container identifier to use for background HTTP downloads that are performed by the framew...
Definition: GCKCastOptions.h:89
BOOL physicalVolumeButtonsWillControlDeviceVolume
A flag indicating whether the sender device's physical volume buttons should control the session's vo...
Definition: GCKCastOptions.h:57