changeInterval (iOS)This API changes the frequency with which events are sent back to the Heap server from an iOS mobile device.Objective-CSwift// 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 interval: number of seconds in length Did you find what you were looking for?