|
| Type | Description | ||
| Message as IBeepMessage | Reference to message that should be received by the profile. |
This is notification method. You should not call it to receive message, it will be called by wodBeep when new message has already arrived for this profile. At this point you should parse received message, and provide it to the application the way you want. For example, you can fire event with specific arguments extracted from the message body. Or, you can silently reply back to remote peer - without even notifying application about the message.
|