Class CommunicationCaptions
- Object
-
- CallCaptions
-
- CommunicationCaptions
-
public final class CommunicationCaptions extends CallCaptions
Captions for managing captions for a group call.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addOnActiveSpokenLanguageChangedListener(PropertyChangedListener listener)
Adds the specified listener to receive OnActiveSpokenLanguageChanged events.void
addOnCaptionsEnabledChangedListener(PropertyChangedListener listener)
Adds the specified listener to receive OnCaptionsEnabledChanged events.void
addOnCaptionsReceivedListener(CommunicationCaptionsListener listener)
Adds the specified listener to receive OnCaptionsReceived events.void
removeOnActiveSpokenLanguageChangedListener(PropertyChangedListener listener)
Removes the specified listener to receive OnActiveSpokenLanguageChanged events.void
removeOnCaptionsEnabledChangedListener(PropertyChangedListener listener)
Removes the specified listener to receive OnCaptionsEnabledChanged events.void
removeOnCaptionsReceivedListener(CommunicationCaptionsListener listener)
Removes the specified listener to receive OnCaptionsReceived events.-
Methods inherited from class CallCaptions
finalize, getActiveSpokenLanguage, getCaptionsType, getSupportedSpokenLanguages, isEnabled, setSpokenLanguage, startCaptions, stopCaptions
-
-
-
-
Method Detail
-
addOnActiveSpokenLanguageChangedListener
public void addOnActiveSpokenLanguageChangedListener(PropertyChangedListener listener)
Adds the specified listener to receive OnActiveSpokenLanguageChanged events. ActiveSpokenLanguage Event. Occurs when spoken language is changed.
-
removeOnActiveSpokenLanguageChangedListener
public void removeOnActiveSpokenLanguageChangedListener(PropertyChangedListener listener)
Removes the specified listener to receive OnActiveSpokenLanguageChanged events. ActiveSpokenLanguage Event. Occurs when spoken language is changed.
-
addOnCaptionsEnabledChangedListener
public void addOnCaptionsEnabledChangedListener(PropertyChangedListener listener)
Adds the specified listener to receive OnCaptionsEnabledChanged events. isEnabled Event. Occurs when captions is started or stopped.
-
removeOnCaptionsEnabledChangedListener
public void removeOnCaptionsEnabledChangedListener(PropertyChangedListener listener)
Removes the specified listener to receive OnCaptionsEnabledChanged events. isEnabled Event. Occurs when captions is started or stopped.
-
addOnCaptionsReceivedListener
public void addOnCaptionsReceivedListener(CommunicationCaptionsListener listener)
Adds the specified listener to receive OnCaptionsReceived events. CaptionsReceived Event. Occurs when captions is received for a call.
-
removeOnCaptionsReceivedListener
public void removeOnCaptionsReceivedListener(CommunicationCaptionsListener listener)
Removes the specified listener to receive OnCaptionsReceived events. CaptionsReceived Event. Occurs when captions is received for a call.
-
-