This function is part of the ProgressionSnapshot Interface.
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
This function is asynchronous; the EOS SDK guarantees that your callback (the CompletionDelegate
parameter) will run when the operation completes, regardless of whether it succeeds or fails. Use the void*
parameter to pass any contextual information the callback may need in order to react properly. Relevant information can be copied from the EOS SDK's cache while the callback function is running. You do not need to remove the callback function.
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
This function is part of the ProgressionSnapshot Interface.
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
ProgressionSnapshot.ProgressionSnapshotInterface.SubmitSnapshot
Parameter Type And Name
|
Usage Information
|
SubmitSnapshotOptions options
|
|
object clientData
|
|
OnSubmitSnapshotCallback completionDelegate
|
|
This function is asynchronous; the EOS SDK guarantees that your callback (the CompletionDelegate
parameter) will run when the operation completes, regardless of whether it succeeds or fails. Use the object
parameter to pass any contextual information the callback may need in order to react properly. Relevant information can be copied from the EOS SDK's cache while the callback function is running. You do not need to remove the callback function.
Because this function is asynchronous, it employs a callback of type ProgressionSnapshot.OnSubmitSnapshotCallback to report the results of its operation.
Callback Parameters
ProgressionSnapshot.OnSubmitSnapshotCallback
Parameter Type And Name
|
Usage Information
|
SubmitSnapshotCallbackInfo data
|
|
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