getStringOrDefault

open fun getStringOrDefault(key: String, @NonNull defaultValue: String): String

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

Parameters

key

The key of the argument