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

Introduction

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

A binary fetch operation is issued using the fetchBinaryValuesWithTopicSelectorExpression:completionHandler: (PTDiffusionFetchRequest(PTDiffusionBinary)) method.

Since
6.2
Inheritance diagram for PTDiffusionBinaryFetchTopicResult:
PTDiffusionFetchTopicResult

Properties

PTDiffusionBinarybinary
 
- Properties inherited from PTDiffusionFetchTopicResult
NSString * path
 
PTDiffusionTopicSpecificationspecification
 

Property Documentation

- (PTDiffusionBinary*) binary
readnonatomicassign

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

Since
6.2