LJCheckFriendsSession.h



Constants

LJCheckFriendsErrorNotification

Posted when some kind of error occurs during friends checking. The exception that caused the error is available in the exception's userInfo dictionary for the key "LJException". Checking is stopped before posting this notification; you must call startCheckingFriends to resume friends checking. You can determine which account posted the notification by sending the object message to the notification object.


LJCheckFriendsIntervalChangedNotification

Posted when the checking interval had to change because the server said so. The interval will never decrease unless you stop checking and start checking again with a shorter interval. Checking is not stopped after posting; no action is needed to continue checking. You can determine which account posted the notification by sending the object message to the notification object.


LJFriendsPageUpdatedNotification

Posted when the friends page has been updated. Checking is stopped before posting this notification; you must call startCheckingFriends to resume friends checking. You can determine which account posted the notification by sending the object message to the notification object.


(Last Updated 2/17/2003)