Package com.incode.welcome_sdk.modules
Object ScreenRecordModule.Companion
-
- All Implemented Interfaces:
public class ScreenRecordModule.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ScreenRecordModule.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final static Event
getStartScreenRecordingEvent(ScreenRecordModule module)
final Event
getLinkGeneratedEvent(ScreenRecordModule module)
final Event
getVideoUploadedEvent(ScreenRecordModule module)
final Unit
deleteAllRecordings(IncodeWelcomeRepository repo)
-
-
Method Detail
-
getStartScreenRecordingEvent
final static Event getStartScreenRecordingEvent(ScreenRecordModule module)
-
getLinkGeneratedEvent
final Event getLinkGeneratedEvent(ScreenRecordModule module)
-
getVideoUploadedEvent
final Event getVideoUploadedEvent(ScreenRecordModule module)
-
deleteAllRecordings
final Unit deleteAllRecordings(IncodeWelcomeRepository repo)
-
-
-
-