Diffusion Apple API 6.11.6
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
Properties | List of all members
PTDiffusionJSONFetchTopicResult Class Reference

Introduction

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

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

Since
6.2
Inheritance diagram for PTDiffusionJSONFetchTopicResult:
PTDiffusionFetchTopicResult

Properties

PTDiffusionJSONjson
 
- Properties inherited from PTDiffusionFetchTopicResult
NSString * path
 
PTDiffusionTopicSpecificationspecification
 

Property Documentation

◆ json

- (PTDiffusionJSON*) json
readnonatomicassign

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

Since
6.2