EOS_ProgressionSnapshot_DeleteSnapshot

EOS API reference page for EOS_ProgressionSnapshot_DeleteSnapshot

阅读时间2分钟

This function is part of the ProgressionSnapshot Interface.

Remarks

Wipes out all progression data for the given user from the service. However, any previous progression data that haven't been submitted yet are retained.

Parameters

EOS_ProgressionSnapshot_DeleteSnapshot

Parameter Type And NameUsage Information
EOS_HProgressionSnapshot Handle
const EOS_ProgressionSnapshot_DeleteSnapshotOptions* Options
void* ClientData
const EOS_ProgressionSnapshot_OnDeleteSnapshotCallback CompletionDelegate

Callback Function Information

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

Callback Parameters

EOS_ProgressionSnapshot_OnDeleteSnapshotCallback

Parameter Type And NameUsage Information
const EOS_ProgressionSnapshot_DeleteSnapshotCallbackInfo* Data