KaaTransport Protocol Reference
Declared in | KaaTransport.h |
---|
– setChannelManager:
required method
Sets the specific KaaChannelManager for the current transport.
- (void)setChannelManager:(id<KaaChannelManager>)channelManager
Discussion
Sets the specific KaaChannelManager for the current transport.
Declared In
KaaTransport.h
– setClientState:
required method
Sets the client’s state object.
- (void)setClientState:(id<KaaClientState>)state
Discussion
Sets the client’s state object.
Declared In
KaaTransport.h