-
@RestrictTo(value = RestrictTo.Scope.LIBRARY) public interface GoogleDAIVideoStreamPlayer.Listener
-
-
Method Summary
Modifier and Type Method Description abstract void
onGetVideoStream(Video video)
abstract void
onContentComplete()
abstract void
onUserTextReceived(String userText)
abstract void
onVolumeChanged(int percentage)
-
-
Method Detail
-
onGetVideoStream
abstract void onGetVideoStream(Video video)
-
onContentComplete
abstract void onContentComplete()
-
onUserTextReceived
abstract void onUserTextReceived(String userText)
-
onVolumeChanged
abstract void onVolumeChanged(int percentage)
-
-
-
-