![]() |
Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
|
Extension adding support for responding to requests using Binary values. More...
#include <PTDiffusionBinary.h>
Instance Methods | |
| (void) | - respondWithBinary: |
Extension adding support for responding to requests using Binary values.
| - (void) respondWithBinary: | (PTDiffusionBinary *) | binary |
Dispatch a response to a request.
| binary | The value to send in response. |
| NSInvalidArgumentException | Raised if the binary argument is `nil`. |
Extends class PTDiffusionResponder.