onPlayerActivationEnd

abstract fun onPlayerActivationEnd(@NotNull activationEndListener: @NotNull ServerActivation.PlayerActivationEndListener)

Adds a new listener that will be invoked when a player sends PlayerAudioEndPacket and meets all requirements:

Parameters

activationEndListener

The listener to handle the activation end event.