-
public interface RecordCallbackNotifies the receiver whenever the screen is recorded or not. For internal usage only.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonStartRecording()Called when we started recording the current screen. abstract UnitonStopRecording()Called when we stopped recording the current screen. -
-
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.
-
-
-
-