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

Introduction

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

Since
6.0

Instance Methods

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

Method Documentation

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

Extends class PTDiffusionMessagingControlFeature.