|
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 |
| Gets the status of the file transfer. | |
| ZoomVideoSDKFileTransferProgress * | transProgress |
| Gets 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 |
Gets the progress of the file transfer.
Definition at line 43 of file ZoomVideoSDKFileTranserHandle.h.
|
readwritenonatomicassign |
Gets the status of the file transfer.
Definition at line 39 of file ZoomVideoSDKFileTranserHandle.h.