EOS_Auth_Logout

EOS API reference page for EOS_Auth_Logout

2 분 소요

This function is part of the Auth Interface.

Remarks

Signs the player out of the online service.

Parameters

EOS_Auth_Logout

Parameter Type And NameUsage Information
EOS_HAuth Handle
const EOS_Auth_LogoutOptions* Optionsstructure containing information about which account to log out.
void* ClientDataarbitrary data that is passed back to you in the CompletionDelegate
const EOS_Auth_OnLogoutCallback CompletionDelegatea callback that is fired when the logout operation completes, either successfully or in error

Callback Function Information

Because this function is asynchronous, it employs a callback of type EOS_Auth_OnLogoutCallback to report the results of its operation.

Callback Remarks

Function prototype definition for callbacks passed to EOS_Auth_Logout

Callback Parameters

EOS_Auth_OnLogoutCallback

Parameter Type And NameUsage Information
const EOS_Auth_LogoutCallbackInfo* DataA EOS_Auth_LogoutCallbackInfo containing the output information and result