|
| Type | Description | ||
| IBeepTransportNotifications | Reference to object that receives notifications. |
Notifications property needs to accept reference to IBeepTransportNotifications object. This object is capable of receiving your notifications such as:
Connected - when you successfully connect to
remote peer, Using notifications is easy from your code - once you want to "fire" notification, you just need to do something like
and it will be caught by whoever owns the notification.
|