Package com.incode.welcome_sdk.modules
Object RecordModule.Companion
-
- All Implemented Interfaces:
public class RecordModule.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static RecordModule.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static EventgetStartRecordingEvent(RecordModule module)final EventgetLinkGeneratedEvent(RecordModule module)final EventgetVideoUploadedEvent(RecordModule module)final UnitdeleteAllRecordings(IncodeWelcomeRepository repo)-
-
Method Detail
-
getStartRecordingEvent
final static Event getStartRecordingEvent(RecordModule module)
-
getLinkGeneratedEvent
final Event getLinkGeneratedEvent(RecordModule module)
-
getVideoUploadedEvent
final Event getVideoUploadedEvent(RecordModule module)
-
deleteAllRecordings
final Unit deleteAllRecordings(IncodeWelcomeRepository repo)
-
-
-
-