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
Properties | List of all members
PTDiffusionJSONFetchResult Class Reference

Introduction

Encapsulates the results from a JSON fetch operation issued to the server.

A JSON fetch operation is issued using the fetchJSONValuesWithTopicSelectorExpression:completionHandler: (PTDiffusionFetchRequest(PTDiffusionJSON)) method.

Since
6.2
Inheritance diagram for PTDiffusionJSONFetchResult:
PTDiffusionFetchResult

Properties

NSArray
< PTDiffusionJSONFetchTopicResult * > * 
jsonResults
 
- Properties inherited from PTDiffusionFetchResult
NSArray
< PTDiffusionFetchTopicResult * > * 
results
 
BOOL more
 

Additional Inherited Members

- Instance Methods inherited from PTDiffusionFetchResult
(NSUInteger) - size
 
(BOOL) - isEmpty
 

Property Documentation

- (NSArray<PTDiffusionJSONFetchTopicResult *>*) jsonResults
readnonatomicassign

The results from the fetch operation, in path order, each representing a single topic selected by the fetch operation.

Since
6.2