Data Transfer
Last updated
Was this helpful?
The following method restarts previously stopped requests. It is used when you're ready to resume data transfer after pausing.
Netmera.setDataTransferEnabled(true)The following method pauses all data requests. It is useful if you need to halt transfers temporarily due to issues like network disruptions. Use setDataTransferEnabled() to resume.
Netmera.setDataTransferEnabled(false)The following method returns the current status of the data transfer setting.
It will return true if data transfer is enabled, and false if it is disabled.
Netmera.isDataTransferEnabled()Last updated
Was this helpful?
Was this helpful?