Diffusion Apple API  6.5.13
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
PTDiffusionRecordV2FetchTopicResult Class Reference

Introduction

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

A record fetch operation is issued using the fetchRecordValuesWithTopicSelectorExpression:completionHandler: (PTDiffusionFetchRequest(PTDiffusionRecordV2)) method.

Since
6.2
Inheritance diagram for PTDiffusionRecordV2FetchTopicResult:
PTDiffusionFetchTopicResult

Properties

PTDiffusionRecordV2record
 
- Properties inherited from PTDiffusionFetchTopicResult
NSString * path
 
PTDiffusionTopicSpecificationspecification
 

Property Documentation

- (PTDiffusionRecordV2*) record
readnonatomicassign

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

Since
6.2