EOS_Connect_DeleteDeviceId

EOS API reference page for EOS_Connect_DeleteDeviceId

3 분 소요

This function is part of the Connect Interface.

Remarks

Delete any existing Device ID access credentials for the current user profile on the local device. The deletion is permanent and it is not possible to recover lost game data and progression if the Device ID had not been linked with at least one real external user account. On Android and iOS devices, uninstalling the application will automatically delete any local Device ID credentials created by the application. On Desktop platforms (Linux, macOS, Windows), Device ID credentials are not automatically deleted. Applications may re-use existing Device ID credentials for the local OS user when the application is re-installed, or call the DeleteDeviceId API on the first run to ensure a fresh start for the user.

Parameters

EOS_Connect_DeleteDeviceId

Parameter Type And NameUsage Information
EOS_HConnect Handle
const EOS_Connect_DeleteDeviceIdOptions* Optionsstructure containing operation input parameters
void* ClientDataarbitrary data that is passed back to you in the CompletionDelegate
const EOS_Connect_OnDeleteDeviceIdCallback CompletionDelegatea callback that is fired when the delete operation completes, either successfully or in error

Callback Function Information

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

Callback Parameters

EOS_Connect_OnDeleteDeviceIdCallback

Parameter Type And NameUsage Information
const EOS_Connect_DeleteDeviceIdCallbackInfo* DataOutput parameters for the EOS_Connect_DeleteDeviceId function.