Package com.incode.welcome_sdk
Class ScreenRecordingManager
-
- All Implemented Interfaces:
public final class ScreenRecordingManager
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
isRecording
-
Constructor Summary
Constructors Constructor Description ScreenRecordingManager(Context context, IncodeWelcomeRepository repo)
-
Method Summary
Modifier and Type Method Description final Boolean
isRecording()
final Disposable
startRecording(ScreenRecordModule screenRecordModule, Observable<Lifecycle.Event> lifecycleObservable, Boolean enableAudio)
final Unit
stopCurrentRecording()
-
-
Constructor Detail
-
ScreenRecordingManager
ScreenRecordingManager(Context context, IncodeWelcomeRepository repo)
-
-
Method Detail
-
isRecording
final Boolean isRecording()
-
startRecording
final Disposable startRecording(ScreenRecordModule screenRecordModule, Observable<Lifecycle.Event> lifecycleObservable, Boolean enableAudio)
-
stopCurrentRecording
final Unit stopCurrentRecording()
-
-
-
-