InternalThe progress interval in milliseconds
The interval in ms to receive progress updates.
SDK uses this interval to notify the progress. Default is 200ms (5 times per second).
The progress interval in milliseconds
Get the progress multiplier.
SDK uses floating point values in the [0, 1] interval for progress tracking. The values received in the
notifyProgress notification are integers obtained by multiplying the internal floating point value
with the value returned by progressMultiplier.
The progress multiplier
Cleans up any resources.
Method called when an event is triggered from the native side.
Should not be called by the user.
The event data.
Registers a callback to be invoked when the operation is completed.
The function to call on completion. The callback receives:
Registers a callback to be invoked when the status of the operation changes.
The function to call when the status changes. The callback receives:
Registers a callback to be invoked when the progress is updated.
The function to call on progress update. The callback receives:
Staticinit
The interval in ms to receive progress updates.
SDK uses this interval to notify the progress. Default is 200ms (5 times per second).