minimumSessionStarts property

int minimumSessionStarts
final

The minimum number of session starts this client needs to connect.

This is a safety feature to avoid API bans due to excessive connection starts.

If the remaining number of session starts is below this number, an error will be thrown when connecting.

Implementation

final int minimumSessionStarts;