setIgnoreRegistrationFailure

open fun setIgnoreRegistrationFailure(ignoreRegistrationFailure: Boolean)

Sets whether registration failures should be ignored. If set to true, a failure will be logged. If set to false, an IllegalStateException will be thrown.

Since

3.1.0

Parameters

ignoreRegistrationFailure

whether to ignore registration failures