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(PTDiffusionBinary) Category Reference

Introduction

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

Since
6.0

Instance Methods

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

Method Documentation

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

Extends class PTDiffusionMessagingControlFeature.