Diffusion Apple API  6.9.0
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
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 fetchJSONValuesWithTopicSelectorExpression:completionHandler: (PTDiffusionFetchRequest(PTDiffusionJSON)) method.

Since
6.2
Inheritance diagram for PTDiffusionJSONFetchTopicResult:
PTDiffusionFetchTopicResult

Properties

PTDiffusionJSONjson
 
- Properties inherited from PTDiffusionFetchTopicResult
NSString * path
 
PTDiffusionTopicSpecificationspecification
 

Property Documentation

- (PTDiffusionJSON*) json
readnonatomicassign

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

Since
6.2