-
public final class TranscriptionUseCase
-
-
Field Summary
Fields Modifier and Type Field Description private final MutableLiveData<List<TranscriptViewHolder>>captionsprivate final Function1<String, String>getNameForPeerId
-
Constructor Summary
Constructors Constructor Description TranscriptionUseCase(Function1<String, String> getNameForPeerId)
-
Method Summary
Modifier and Type Method Description final MutableLiveData<List<TranscriptViewHolder>>getCaptions()final Function1<String, String>getGetNameForPeerId()final UnitonPeerNameChanged(HMSPeer peer)final UnitnewCaption(HmsTranscripts transcripts)-
-
Method Detail
-
getCaptions
final MutableLiveData<List<TranscriptViewHolder>> getCaptions()
-
getGetNameForPeerId
final Function1<String, String> getGetNameForPeerId()
-
onPeerNameChanged
final Unit onPeerNameChanged(HMSPeer peer)
-
newCaption
final Unit newCaption(HmsTranscripts transcripts)
-
-
-
-