getLastConnectedAt method

int? getLastConnectedAt()

Retrieves the timestamp of the last successful connection to Sendbird Chat.

Returns the timestamp of the last successful connection, or null if not available.

Implementation

int? getLastConnectedAt() {
  return SendbirdChat.getLastConnectedAt();
}