SMITypingIndicator
Objective-C
@protocol SMITypingIndicator <SMIEntryPayload>
Swift
protocol TypingIndicator : EntryPayload
Represents a typing indicator within an SMIConversationEntry
.
-
The timestamp for this typing indicator.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSDate *_Nonnull timestamp;
Swift
var timestamp: Date { get }
-
The type of this typing indicator.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SMITypingIndicatorTypes _Nonnull type;
Swift
var type: TypingIndicatorTypes { get }