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 38 of file ZoomVideoSDKFileTranserHandle.h.
|
readwritenonatomicstrong |
The progress of the file transfer.
Definition at line 46 of file ZoomVideoSDKFileTranserHandle.h.
|
readwritenonatomicassign |
The status of the file transfer.
Definition at line 42 of file ZoomVideoSDKFileTranserHandle.h.