getIntOrDefault

open fun getIntOrDefault(key: String, defaultValue: Int): Int

Gets the Integer argument with the specified key or the defaultValue if no such argument is present

Parameters

key

The key of the argument