getBoolOrDefault

open fun getBoolOrDefault(key: String, defaultValue: Boolean): Boolean

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

Parameters

key

The key of the argument