setTriggerActionMinimumTimeIntervalSeconds

fun setTriggerActionMinimumTimeIntervalSeconds(triggerActionMinimumTimeIntervalSeconds: Int): BrazeConfig.Builder

The minimum interval in seconds between actions, such as an in-app message, that can be triggered by an in-app event, such as the logging of a custom event. This is a general rate limit for actions to prevent overloading a user with messages.

Defaults to 30 seconds.

Parameters

triggerActionMinimumTimeIntervalSeconds

the minimum number of seconds between triggered actions.