Diffusion Apple API  6.7.4
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Instance Methods | List of all members
PTDiffusionResponder(PTDiffusionRecordV2) Category Reference

Introduction

Extension adding support for responding to requests using record values.

Since
6.0

Instance Methods

(void) - respondWithRecord:
 

Method Documentation

- (void) respondWithRecord: (PTDiffusionRecordV2 *)  record

Dispatch a response to a request.

Parameters
recordThe value to send in response.
Exceptions
NSInvalidArgumentExceptionRaised if the record argument is nil.
Since
6.0

Extends class PTDiffusionResponder.