Interface UltraliteSDK.Canvas.CommitCallback

Enclosing interface:
UltraliteSDK.Canvas
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface UltraliteSDK.Canvas.CommitCallback
Gets notified when a commit is complete.
Since:
1.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The commit has completed.
  • Method Details

    • done

      void done()
      The commit has completed.