menu
sendbird_chat_sdk
sendbird_chat
BaseMessageExtensions
hasUpdatedLaterThan method
hasUpdatedLaterThan
brightness_4
brightness_5
hasUpdatedLaterThan
method
bool
hasUpdatedLaterThan
(
int
timestamp
)
Implementation
bool hasUpdatedLaterThan(int timestamp) { return createdAt > timestamp && updatedAt > timestamp; }
sendbird_chat_sdk
sendbird_chat
BaseMessageExtensions
hasUpdatedLaterThan method
BaseMessageExtensions extension
Methods
hasUpdatedLaterThan
mentioned