Data Transfer
Last updated
Was this helpful?
The startDataTransfer() method restarts previously stopped requests. It is used when you're ready to resume data transfer after pausing.
Netmera.startDataTransfer();The stopDataTransfer() method pauses all data requests. It is useful if you need to halt transfers temporarily due to issues like network disruptions. Use startDataTransfer() to resume.
Netmera.stopDataTransfer();Last updated
Was this helpful?
Was this helpful?