Diffusion Apple API  5.9.24
Unified Client Library for iOS, OS X and tvOS
 All Classes Functions Variables Properties Pages
Properties | List of all members
PTDiffusionMutableSendOptions Class Reference

Introduction

Mutable send options can be modified prior to being associated with sending content.

Since
5.6
Inheritance diagram for PTDiffusionMutableSendOptions:
PTDiffusionSendOptions

Properties

NSArray< NSString * > * headers
 
PTDiffusionSendDeliveryPriority priority
 
- Properties inherited from PTDiffusionSendOptions
NSArray< NSString * > * headers
 
PTDiffusionSendDeliveryPriority priority
 

Additional Inherited Members

- Class Methods inherited from PTDiffusionSendOptions
(instancetype) + sendOptionsWithHeaders:priority:
 
(instancetype) + sendOptionsWithHeaders:
 
(instancetype) + sendOptionsWithPriority:
 
- Instance Methods inherited from PTDiffusionSendOptions
(instancetype) - init
 
(instancetype) - initWithHeaders:priority:
 
(BOOL) - isEqualToSendOptions:
 

Property Documentation

- (NSArray<NSString *>*) headers
readwritenonatomiccopy

The headers to send. If there are no headers then this array may be empty.

Since
5.6
- (PTDiffusionSendDeliveryPriority) priority
readwritenonatomicassign

The delivery priority to send with.

Since
5.6