Diffusion Apple API  6.5.13
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
PTDiffusionMessagingControlFeature(PTDiffusionRecordV2) Category Reference

Introduction

Extension adding support to the Messaging Control feature for sending requests accepting a record response.

Since
6.0

Instance Methods

(void) - sendRequest:toSessionId:path:recordCompletionHandler:
 

Method Documentation

- (void) sendRequest: (PTDiffusionRequest *)  request
toSessionId: (PTDiffusionSessionId *)  sessionId
path: (NSString *)  path
recordCompletionHandler: (PTDiffusionRecordV2 *_Nullable)  record
(NSError *_Nullable error)  completionHandler 
Since
6.0
Deprecated:
since 6.5. Please use [PTDiffusionMessagingFeature sendRequest:toSessionId:path:recordCompletionHandler:]

Extends class PTDiffusionMessagingControlFeature.