dateHeaderThreshold property

int dateHeaderThreshold
final

Time (in ms) between two messages when we will render a date header. Default value is 15 minutes, 900000 ms. When time between two messages is higher than this threshold, date header will be rendered. Also, not related to this value, date header will be rendered on every new day.

Implementation

final int dateHeaderThreshold;