EOS_ProgressionSnapshot_SubmitSnapshot

EOS API reference page for EOS_ProgressionSnapshot_SubmitSnapshot

2 분 소요

This function is part of the ProgressionSnapshot Interface.

Remarks

Saves the previously added Key/Value pairs of a given Snapshot to the service. Note: This will overwrite any prior progression data stored with the service that's associated with the user.

Parameters

EOS_ProgressionSnapshot_SubmitSnapshot

Parameter Type And NameUsage Information
EOS_HProgressionSnapshot Handle
const EOS_ProgressionSnapshot_SubmitSnapshotOptions* Options
void* ClientData
const EOS_ProgressionSnapshot_OnSubmitSnapshotCallback CompletionDelegate

Callback Function Information

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

Callback Parameters

EOS_ProgressionSnapshot_OnSubmitSnapshotCallback

Parameter Type And NameUsage Information
const EOS_ProgressionSnapshot_SubmitSnapshotCallbackInfo* Data