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

Encapsulates the result from a string fetch operation for a single selected topic. More...

#include <PTDiffusionStringFetchTopicResult.h>

Inheritance diagram for PTDiffusionStringFetchTopicResult:
PTDiffusionFetchTopicResult

Properties

NSString * string
Properties inherited from PTDiffusionFetchTopicResult
NSString * path
PTDiffusionTopicSpecificationspecification

Detailed Description

Encapsulates the result from a string fetch operation for a single selected topic.

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

Since
6.2

Property Documentation

◆ string

- (NSString*) string
readnonatomicassign

Returns the topic value, or nil if the topic has no value.

Since
6.2