Diffusion Apple API  6.5.13
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
<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 

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 that was fetched.
contentThe content of the fetched topic.
Since
5.6