Posted after an account object performs a successful login. The notification object is the account instance.
Posted after an account object fails to log in. The notification object is the account instance. The userInfo object for key LJException is the exception raised during login.
Posted before the LJAccount initiates a connection to the server. The notification object is the LJAccount instance, and the userInfo dictionary contains: LJMode => the protocol mode LJParameters => the key-value pairs sent to the server LJConnection => a connection ID (an NSNumber)
Posted after the LJAccount initiates a connection to the server. The notification object is the LJAccount instance, and the userInfo dictionary contains: LJMode => the protocol mode LJParameters => the key-value pairs sent to the server LJConnection => a connection ID (an NSNumber) LJReply => the key-value pairs returned from the server on success LJException => the exception raised during the connection
Posted before an account object attempts to login. The notification object is the account instance.
(Last Updated 2/17/2003)