Diffusion Apple API  5.9.24
Unified Client Library for iOS, OS X and tvOS
 All Classes Functions Variables Properties Pages
Instance Methods | List of all members
<PTDiffusionFetchStreamDelegate> Protocol Reference

Introduction

The fetch stream delegate protocol defines the methods to be implemented by classes wishing to receive responses to topic fetch requests.

See Also
PTDiffusionTopicsFeature
Since
5.6
Inheritance diagram for <PTDiffusionFetchStreamDelegate>:
<PTDiffusionStreamDelegate>

Instance Methods

(void) - diffusionStream:didFetchTopicPath:content:
 
- Instance Methods inherited from <PTDiffusionStreamDelegate>
(void) - diffusionStream:didFailWithError:
 
(void) - diffusionDidCloseStream:
 

Method Documentation

- (void) diffusionStream: (PTDiffusionStream *)  stream
didFetchTopicPath: (NSString *)  topicPath
content: (PTDiffusionContent *)  content 
required

A fetch response was received for a topic path handled by the fetch stream.

Parameters
streamThe fetch stream that received the fetch response.
topicPathThe topic path which was fetched.
contentThe content of the fetched topic.
Since
5.6