Listeners
Retrieving the Last Location
public func didUpdateLocation(location: CLLocation) {
print("Latitude: \(latitude), Longitude: \(longitude), Timestamp: \(timestamp)");
}Start of a Recording
public func didStartRecording() {
print("Recording started")
}End of a Recording
public func didStopRecording() {
print("Recording stoped")
}Start of Upload to GIZO Platform
End of Upload to GIZO Platform
Detection of a Crash
End of Upload of a Crash of to the GIZO Platform
Last updated