setStrictModeEnabled

open fun setStrictModeEnabled(strictModeEnabled: Boolean)

Set the strict mode that will throw the MapStrictModeException whenever the map would fail silently otherwise.

Parameters

strictModeEnabled

true to enable the strict mode, false otherwise