Interface PeripheralJobCallback


public interface PeripheralJobCallback
A callback used to inform about the successful or failed completion of jobs.
  • Method Details

    • peripheralJobFinished

      void peripheralJobFinished​(@Nonnull PeripheralJob job)
      Called on successful completion of a job.
      Parameters:
      job - The job that was successfully completed.
    • peripheralJobFailed

      void peripheralJobFailed​(@Nonnull PeripheralJob job)
      Called on failed completion of a job.
      Parameters:
      job - The job whose completion has failed.