Which Messages event is supposed to fire when image is received?
Which Messages event is supposed to fire when image is received?
- Subject: Which Messages event is supposed to fire when image is received?
- From: Chris Bell <email@hidden>
- Date: Tue, 25 Apr 2017 02:00:26 +0000 (GMT)
Which Messages.app event is supposed to fire when an image is received via iMessage or SMS?
I am listening across all of these events (below), but an incoming image doesn't trigger anything that I can see.
(Text messages fire the expected events as well as sending something out). Any guidance would be greatly appreciated. I need to do something with an incoming image depending on which user sent it. The user can be expected to be vetted and in Contacts if that helps. Thank you.
received file transfer invitation ve : This handler is called when a buddy sends you a file.
received file transfer invitation file transfer :
The file transfer being sent. with text : A text description of the event
completed file transfer ve : This handler is called when a file transfer is completed.
completed file transfer file transfer :
The file transfer being sent. with text : A text description of the event
active chat message received ve : This handler is called for incoming messages in the focused chat. If the handler returns a text value, it will replace the incoming message.
active chat message received text : The text of the incoming message
from
buddy :
The buddy who sent this message.with text : A text description of the event
message received ve : This handler is called for incoming messages. If the handler returns a text value, it will replace the incoming message.
message received text : The text of the incoming message
from
buddy :
The buddy who sent this message.with text : A text description of the event
addressed message received ve : This handler is called for incoming messages that are addressed to you. If the handler returns a text value, it will replace the incoming message.
addressed message received text : The text of the incoming message
from
buddy :
The buddy who sent this message.with text : A text description of the event
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden