OnStreamProtectEventListener

  • The OnStreamProtectEventListener interface is deprecated and the Stream Protect API will be shut down in 2023.

  • This interface is a listener for StreamProtectEvent objects.

  • The only public method, onEvent, is also deprecated and serves as a callback for handling StreamProtectEvent instances reported by the Stream Protect core algorithm.

public interface OnStreamProtectEventListener

This interface is deprecated.
The Stream Protect API will be shutdown in 2023.

Listener for StreamProtectEvent.

Public Method Summary

abstract void
onEvent(StreamProtectEvent event)
This method is deprecated. The Stream Protect API will be shutdown in 2023.

Public Methods

public abstract void onEvent (StreamProtectEvent event)

This method is deprecated.
The Stream Protect API will be shutdown in 2023.

Callback to handle StreamProtectEvent reported from Stream Protect core algorithm.