Package 

Class ReviewConfiguration

    • Method Summary

      Modifier and Type Method Description
      final Boolean getHandleErrorsInternally() If set to true, the ReviewBottomSheet will handle errors internally and show snackbars for errors.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getHandleErrorsInternally

         final Boolean getHandleErrorsInternally()

        If set to true, the ReviewBottomSheet will handle errors internally and show snackbars for errors. If set to false, errors will be ignored by the ReviewBottomSheet. In this case the flows exposed by GiniMerchant should be observed for errors.

        Default value is true.