|
Video SDK for iOS API Reference
|
Represents the status of a file transfer, including current state and progress. More...
#include <ZoomVideoSDKFileTranserHandle.h>
Inherits NSObject.
Properties | |
| ZoomVideoSDKFileTransferStatus | transStatus |
| The status of the file transfer. | |
| ZoomVideoSDKFileTransferProgress * | transProgress |
| The progress of the file transfer. | |
Represents the status of a file transfer, including current state and progress.
Definition at line 35 of file ZoomVideoSDKFileTranserHandle.h.
|
readwritenonatomicstrong |
The progress of the file transfer.
Definition at line 43 of file ZoomVideoSDKFileTranserHandle.h.
|
readwritenonatomicassign |
The status of the file transfer.
Definition at line 39 of file ZoomVideoSDKFileTranserHandle.h.