User Presence
#
Enable/Disable hide seen statusHide Last seen status enables the user's last logged in time unavailable to their friends. To enable or disable the hide last seen status of the user call the below method.
Argument | Type | Description |
---|---|---|
EnableLastSeen | Bool | true enables the last seen available to friends false disables it |
CALLBACK | FlyCompletionHandler | FlyCompletionHandler used as completion Handler |
#
Check last seen statusTo check whether last seen status is available to friends or not, call the below method.
#
Get last seen statusTo get whether last seen status is available to friends or not, call the below method.
Argument | Type | Description |
---|---|---|
JID_TO_GETLASTSEEN | String | JID of the user |
CALLBACK | FlyCompletionHandler | FlyCompletionHandler used as completion Handler |