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

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

#include <PTDiffusionRecordV2FetchTopicResult.h>

Inheritance diagram for PTDiffusionRecordV2FetchTopicResult:
PTDiffusionFetchTopicResult

Properties

PTDiffusionRecordV2record
Properties inherited from PTDiffusionFetchTopicResult
NSString * path
PTDiffusionTopicSpecificationspecification

Detailed Description

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

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

Since
6.2

Property Documentation

◆ record

- (PTDiffusionRecordV2*) record
readnonatomicassign

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

Since
6.2