Bit6Transfer Class Reference
| Inherits from | NSObject |
| Declared in | Bit6Transfer.h |
Properties
callController
Reference to the callController related to this transfer.
@property (nullable, nonatomic, weak, readonly) Bit6CallController *callControllerDeclared In
Bit6Transfer.hdata
For <Bit6TransferType_OUTGOING> transfers this is the data to be sent. For <Bit6TransferType_INCOMING> transfers this is the data received at the moment.
@property (nullable, nonatomic, readonly) NSData *dataDeclared In
Bit6Transfer.herror
Transfer error. It’s nil if state != Bit6TransferState_ENDED_WITH_ERROR.
@property (nullable, nonatomic, readonly) NSError *errorDeclared In
Bit6Transfer.hmimeType
MIME type of the file.
@property (nonnull, nonatomic, readonly) NSString *mimeTypeDeclared In
Bit6Transfer.hoffset
Amount of data sent. Only for <Bit6TransferType_OUTGOING>.
@property (nonatomic, readonly) NSUInteger offsetDeclared In
Bit6Transfer.hprogress
Transfer progress as a value between 0 and 1.
@property (nonatomic, readonly) CGFloat progressDeclared In
Bit6Transfer.hsize
Size of an outgoing file or final size of an incoming file.
@property (nonatomic, readonly) NSUInteger sizeDeclared In
Bit6Transfer.hstate
Sender state as a value of the Bit6TransferState enumeration.
@property (nonatomic, readonly) Bit6TransferState stateDeclared In
Bit6Transfer.htype
Sender type as a value of the Bit6TransferType enumeration.
@property (nonatomic, readonly) Bit6TransferType typeDeclared In
Bit6Transfer.h