MetaPlatformSDK_HttpTransferUpdate
Inherits: RefCounted
Represents an update about an HTTP transfer.
Description
Represents an update about an HTTP transfer.
Properties
PackedByteArray |
|
|
int |
|
|
int |
|
Methods
bool |
is_completed ( ) const |
Property Descriptions
PackedByteArray bytes = PackedByteArray()
PackedByteArray get_bytes ( )
An array of bytes that represents the data being transferred.
int id = 0
int get_id ( )
The ID of the HTTP transfer update.
int size = 0
int get_size ( )
The number of bytes contained in bytes.
Method Descriptions
bool is_completed ( ) const
Indicates whether the HTTP transfer has been completed or not.