AI-generated Key Takeaways
-
The
OnStreamProtectEventListenerinterface is deprecated and the Stream Protect API will be shut down in 2023. -
This interface is a listener for
StreamProtectEventobjects. -
The only public method,
onEvent, is also deprecated and serves as a callback for handlingStreamProtectEventinstances reported by the Stream Protect core algorithm.
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.