Feature flagsΒΆ
Feature flags can control SDK feature availability or alter some of its behaviours.
- customForgotPinButton: when set the SDK allows the app to handle the case when the user taps "Forgot your PIN?" button in a SDK screen. In this case the SDK finishes the flow with the specific error:
userForgotPIN. - disableProductRegistration: when set the SDK doesn't allow the user to register any SDK products and doesn't show the products list in the user profile screen. If the user reaches a point when product registration is required the SDK finishes the flow with the specific error:
productRegistrationNotAllowed. Corresponding JWT secret field should be nameddisableServiceRegistration. - disableManualAccountAddition: when set the SDK doesn't allow the user to perform manual account addition. If the user reaches a point when manual account addition is required the SDK finishes the flow with the specific error:
operationNotAllowed. - disableEvidenceUpload: when set the SDK doesn't allow the user to perform evidence upload. If the user reaches a point when evidence upload is required the SDK finishes the flow with the specific error:
operationNotAllowed. - disableAccountRecovery: disable Account Recovery feature added in v1.42.0 and return the former behaviour