Describes methods that are implemented by the delegate of a CSContact.
More...
#import <CSContact.h>
Inherits <NSObject>.
Describes methods that are implemented by the delegate of a CSContact.
Sent when presence information of the contact is updated.
- Parameters
-
| contact | Contact object associated with presence subscription. |
| presence | Presence object carrying presence information for the contact. |
| - (void) contactDidStartPresence: |
|
(CSContact *) |
contact |
|
Sent when contact presence tracking has started.
- Parameters
-
| contact | instance associated with presence subscription. |
| - (void) contactDidStopPresence: |
|
(CSContact *) |
contact |
|
Sent when contact presence tracking has stopped.
- Parameters
-
| contact | instance associated with presence subscription. |
| - (void) contactUpdated: |
|
(CSContact *) |
contact |
|
Sent when the contact has been changed.
- Parameters
-
| contact | The changed contact. |
The documentation for this protocol was generated from the following file: