Diffusion Apple API 6.12.0
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
PTDiffusionStringFetchResult Class Reference

Encapsulates the results from a string fetch operation issued to the server. More...

#include <PTDiffusionStringFetchResult.h>

Inheritance diagram for PTDiffusionStringFetchResult:
PTDiffusionFetchResult

Properties

NSArray< PTDiffusionStringFetchTopicResult * > * stringResults
Properties inherited from PTDiffusionFetchResult
NSArray< PTDiffusionFetchTopicResult * > * results
BOOL more

Additional Inherited Members

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

Detailed Description

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

A string fetch operation is issued using the fetchStringValuesWithTopicSelectorExpression:completionHandler: (PTDiffusionFetchRequest) method.

Since
6.2

Property Documentation

◆ stringResults

- (NSArray<PTDiffusionStringFetchTopicResult *>*) stringResults
readnonatomicassign

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

Since
6.2