Interface Space.AcrScoreSubmissionCallback

  • Enclosing class:
    Space

    public static interface Space.AcrScoreSubmissionCallback
    Callback for success/failure of submitting an ACR score. Separate from Space.Listener as it is highly likely that you want to submit scores after leaving a Space.
    • Method Detail

      • onAcrScoreSubmitted

        default void onAcrScoreSubmitted​(Space space)
        Called when a submitted ACR score has been successfully been delivered to the backend
      • onAcrScoreSubmissionError

        default void onAcrScoreSubmissionError​(Space space,
                                               java.lang.Exception e)
        Called when a submitted ACR score failed to be delivered to the backend
        Parameters:
        e -