maxToastLimit property

int maxToastLimit
final

The maximum number of toasts that can be displayed at the same time. If the number of toasts exceeds this limit, the oldest toast will be removed. The default value is 10.

Implementation

final int maxToastLimit;