Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
PTDiffusionResponder(PTDiffusionBinary) Category Reference

Extension adding support for responding to requests using Binary values. More...

#include <PTDiffusionBinary.h>

Instance Methods

(void) - respondWithBinary:

Detailed Description

Extension adding support for responding to requests using Binary values.

Since
6.0

Method Documentation

◆ respondWithBinary:

- (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.