JUMP TOOverviewAPI Reference OverviewClient-Side APIClient-side APIs OverviewtrackidentifyresetIdentityaddUserPropertiesaddEventPropertiesremoveEventPropertyclearEventPropertiesuserIDidentitysetAppIdsessionIdinitchangeInterval (iOS)startEVPairing (iOS & Android)stopEVPairing (iOS & Android)Disable Mobile Visualizer Pairing Gesture (iOS & Android)Server-Side APIServer-side APIs OverviewTrackpostBulk TrackIdentifypostAdd User PropertiespostBulk Add User PropertiesAdd Account PropertiespostBulk Add Account PropertiesUser Deletion (Delete API)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?