minimumAppStarts property

int? minimumAppStarts
final

The number of time the user has to open the app before seeing a survey for the first time

Defaults to 3

To ignore the minimum number of app starts, set it to 0.

This setting only works when calling Wiredash.of(context).showPromoterSurvey().

Implementation

final int? minimumAppStarts;