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
Instance Methods | List of all members
PTDiffusionResponder(PTDiffusionBinary) Category Reference

Introduction

Extension adding support for responding to requests using Binary values.

Since
6.0

Instance Methods

(void) - respondWithBinary:
 

Method Documentation

- (void) respondWithBinary: (PTDiffusionBinary *)  binary

Dispatch a response to a request.

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

Extends class PTDiffusionResponder.