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

Introduction

Extension adding support to the Messaging Control feature for sending requests accepting a primitive value in response.

Since
6.0

Instance Methods

(void) - sendRequest:toSessionId:path:stringCompletionHandler:
 
(void) - sendRequest:toSessionId:path:doubleFloatNumberCompletionHandler:
 
(void) - sendRequest:toSessionId:path:int64NumberCompletionHandler:
 

Method Documentation

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

Extends class PTDiffusionMessagingControlFeature.

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

Extends class PTDiffusionMessagingControlFeature.

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

Extends class PTDiffusionMessagingControlFeature.