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

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

#include <PTDiffusionRecordV2.h>

Instance Methods

(void) - respondWithRecord:

Detailed Description

Extension adding support for responding to requests using record values.

Since
6.0

Method Documentation

◆ respondWithRecord:

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