groupMessagesThreshold property

int groupMessagesThreshold
final

Time (in ms) between two messages when we will visually group them. Default value is 1 minute, 60000 ms. When time between two messages is lower than this threshold, they will be visually grouped.

Implementation

final int groupMessagesThreshold;