SCSChatEvent

@protocol SCSChatEvent <NSObject>

Information related to a chat event. Other chat event classes implement this protocol.

  • Timestamp for this event.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSTimeInterval timestamp;

    Swift

    var timestamp: TimeInterval { get }