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