TypingEvent
public struct TypingEvent
Internal typing event that can be emitted and listened to
-
The type of typing event
Declaration
Swift
public let type: TypingEventType -
Who is typing
Declaration
Swift
public let sender: TypingEventSender -
Duration in seconds (only relevant for started events)
Declaration
Swift
public let duration: TimeInterval? -
Timestamp when the event was created
Declaration
Swift
public let timestamp: Date -
Undocumented
Declaration
Swift
public init(type: TypingEventType, sender: TypingEventSender, duration: TimeInterval? = nil)
View on GitHub