DetectionAction

sealed class DetectionAction

Sealed class representing what should happen when a phishing link is detected.

The extension will always try to log the message, but you can specify LogOnly if that's all you want.

Inheritors

Types

Link copied to clipboard

Ban 'em and delete the message.

Link copied to clipboard

Delete the message.

Link copied to clipboard

Kick 'em and delete the message.

Link copied to clipboard

Don't do anything, just log it in the logs channel.

Properties

Link copied to clipboard

Message to return to the user.

Link copied to clipboard
val name: Key

The name of the action. Used for logging.