This API changes the frequency with which events are sent back to the Heap server from an iOS mobile device.

// Change interval to send data every 25 seconds
[Heap changeInterval:25.0];
// Change interval to send data every 25 seconds
Heap.changeInterval(25.0)
Arguments
  1. interval: number of seconds in length
Did you find what you were looking for?
Thumb up Thumb down