Interface OnCompletion


public interface OnCompletion
Callback type for successful import/download of a single file.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Triggered when file import is completed.
  • Method Details

    • onCompletion

      void onCompletion()
      Triggered when file import is completed.
      Note: you should NOT try to call `Camera.disconnect()` directly from this callback. If you intend to close the camera connection you should do that in a separate thread.