getCustomActions

abstract fun getCustomActions(player: Player): List<String>

Gets the actions to be included in the notification given the current player state.

Return

The actions to be included in the notification.

Parameters

player

The Player for which a notification is being built.