We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event shall describe an action in the Parrot UI. EventHandler shall describe a response to an action in the Parrot UI.
Event
EventHandler
FocusEvent
PresenceEvent
MessageEvent
Group?
Background?
Sent?
InvitationEvent
MentionEvent
SoundEventHandler
UserNotificationEventHandler
BezelEventHandler
BacklightFlashEventHandler
VibrationEventHandler
LEDEventHandler
ScriptEventHandler
BounceDockEventHandler
SpeakEventHandler
Maybe a SoundCenter class in Parrot that listens to all send/recv message notifications and plays sounds/notes?
The text was updated successfully, but these errors were encountered:
avaidyam
No branches or pull requests
Event
shall describe an action in the Parrot UI.EventHandler
shall describe a response to an action in the Parrot UI.Event
s:FocusEvent
: A person changed their focus (viewing or typing in a conversation). Includes self.PresenceEvent
: A person's presence changed. Includes self. Includes dis/connections.MessageEvent
: A message was sent or received. Includes self.Group?
,Background?
,Sent?
InvitationEvent
: A person was invited to join a conversation.MentionEvent
: A name or a keyword was mentioned in a conversation.EventHandler
s:SoundEventHandler
: Play a sound.UserNotificationEventHandler
: Show a user notification.BezelEventHandler
: Show a display bezel (like volume/brightness).BacklightFlashEventHandler
: Flash the (keyboard) backlight.VibrationEventHandler
: Vibrate the device.LEDEventHandler
: Flash the LED (not available).ScriptEventHandler
: Run a script.BounceDockEventHandler
: Bounce the app's dock icon.SpeakEventHandler
: Speak the event using TTS.Maybe a SoundCenter class in Parrot that listens to all send/recv message notifications and plays sounds/notes?
The text was updated successfully, but these errors were encountered: