Diffusion Apple API  6.10.2
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Instance Methods | List of all members
<PTDiffusionRecordV2SessionResponseStreamDelegate> Protocol Reference

Introduction

Methods implemented by classes handling record messaging responses from individual sessions.

See Also
PTDiffusionRecordV2
PTDiffusionMessagingFeature
Since
6.1
Inheritance diagram for <PTDiffusionRecordV2SessionResponseStreamDelegate>:
<PTDiffusionSessionResponseStreamDelegate> <PTDiffusionStreamDelegate>

Instance Methods

(void) - diffusionStream:didReceiveResponseWithRecord:fromSessionId:
 
- Instance Methods inherited from <PTDiffusionSessionResponseStreamDelegate>
(void) - diffusionStream:didReceiveError:fromSessionId:
 
(void) - diffusionStream:didFailWithError:
 
(void) - diffusionDidCloseStream:
 

Method Documentation

- (void) diffusionStream: (PTDiffusionStream *)  stream
didReceiveResponseWithRecord: (PTDiffusionRecordV2 *)  record
fromSessionId: (PTDiffusionSessionId *)  sessionId 

Called when a session responds to a request with a record.

Parameters
streamThe stream that received the response.
recordThe response that was received.
sessionIdThe id of the responding session.
Since
6.1