Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

CTContactInfo

mattt edited this page Apr 11, 2020 · 1 revision

CTContactInfo

Contains information about a single contact incident.

open class CTContactInfo: NSObject

Inheritance

NSObject

Properties

duration

How long the contact was in proximity. Minimum duration is 5 minutes and increments by 5 minutes: 5, 10, 15, etc.

var duration: TimeInterval

timestamp

This property contains the time when the contact occurred. This may have reduced precision, such as within one day of the actual time.

var timestamp: CFAbsoluteTime