A generic GCKCastChannel implementation, suitable for use when subclassing is not desired.
More...
#import <GCKGenericChannel.h>
A generic GCKCastChannel implementation, suitable for use when subclassing is not desired.
GCKGenericChannel forwards message and connectivity events to its delegate, and has no processing logic of its own.
See GCKGenericChannelDelegate for the delegate protocol.
- (instancetype) initWithNamespace: |
|
(NSString *) |
NS_DESIGNATED_INITIALIZER |
|
Designated initializer.
- Parameters
-
protocolNamespace | The namespace for this channel. This namespace must be unique across all channels used by a given application. |
Implements GCKCastChannel.
- (id<GCKGenericChannelDelegate>) delegate |
|
readwritenonatomicweak |
The delegate for receiving notifications about changes in the channel's state.
The documentation for this class was generated from the following file: