maxToastLimit property
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;
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.
final int maxToastLimit;