IEventController class Null safety
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
onAutocompleteEvent
→ Stream<
IAutocompleteInteractionEvent> -
Emitted when a slash command is created by the user.
read-only
-
onButtonEvent
→ Stream<
IButtonInteractionEvent> -
Emitted when a button interaction is received.
read-only
-
onModalEvent
→ Stream<
IModalInteractionEvent> -
Emitted when a modal interaction is received.
read-only
-
onMultiselectEvent
→ Stream<
IMultiselectInteractionEvent> -
Emitted when a dropdown interaction is received.
read-only
-
onSlashCommand
→ Stream<
ISlashCommandInteractionEvent> -
Emitted when a slash command is sent.
read-only
-
onSlashCommandCreated
→ Stream<
ISlashCommand> -
Emitted when a slash command is created by the user.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
dispose(
) → Future< void> -
Perform cleanup
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited