Choose your implementation method:
This function is part of the Connect Interface.
Register to receive user login status updates.
must call RemoveNotifyLoginStatusChanged to remove the notification.
Return Value
handle representing the registered callback.
Parameters
EOS_Connect_AddNotifyLoginStatusChanged
This function enables your callback (the Notification
parameter) to respond to events that happen on the back-end service. Remember to remove your callback function when it is no longer needed.
Because this function is asynchronous, it employs a callback of type EOS_Connect_OnLoginStatusChangedCallback to report the results of its operation.
Function prototype definition for notifications that come from EOS_Connect_AddNotifyLoginStatusChanged.
Callback Parameters
EOS_Connect_OnLoginStatusChangedCallback
This function is part of the Connect Interface.
Register to receive user login status updates.
must call RemoveNotifyLoginStatusChanged to remove the notification.
Return Value
handle representing the registered callback.
Parameters
Connect.ConnectInterface.AddNotifyLoginStatusChanged
Parameter Type And Name
|
Usage Information
|
AddNotifyLoginStatusChangedOptions options
|
structure containing the API version of the callback to use.
|
object clientData
|
arbitrary data that is passed back to you in the callback.
|
OnLoginStatusChangedCallback notification
|
a callback that is fired when the login status for a user changes.
|
This function enables your callback (the Notification
parameter) to respond to events that happen on the back-end service. Remember to remove your callback function when it is no longer needed.
Because this function is asynchronous, it employs a callback of type Connect.OnLoginStatusChangedCallback to report the results of its operation.
Function prototype definition for notifications that come from {ConnectInterface.AddNotifyLoginStatusChanged}.
Callback Parameters
Connect.OnLoginStatusChangedCallback
Parameter Type And Name
|
Usage Information
|
LoginStatusChangedCallbackInfo data
|
A EOS_Connect_LoginStatusChangedCallbackInfo containing the output information and result.
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no