Package 

Interface RecordCallback


  • 
    public interface RecordCallback
    
                        

    Notifies the receiver whenever the screen is recorded or not. For internal usage only.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onStartRecording() Called when we started recording the current screen.
      abstract Unit onStopRecording() Called when we stopped recording the current screen.
      • Methods inherited from class java.lang.Object

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

      • onStartRecording

         abstract Unit onStartRecording()

        Called when we started recording the current screen.

      • onStopRecording

         abstract Unit onStopRecording()

        Called when we stopped recording the current screen.