Contents

CLKLaunchedTimelineEntryDateKey

A key that indicates the date when the system launched the complication.

Declaration

let CLKLaunchedTimelineEntryDateKey: String

Discussion

The value of this key is an NSDate object. When the user taps your complication, ClockKit includes this key in the dictionary that it passes to the extension delegate’s handleUserActivity(_:) method.

See Also

Deprecated methods