UI callbacks for game save operations.
Syntax
Members
progressCallback PFGameSaveFilesUiProgressCallback*
Optional callback for upload and download progress.
progressContext void*
Context to pass to the progressCallback.
syncFailedCallback PFGameSaveFilesUiSyncFailedCallback*
Optional callback for sync failure.
syncFailedContext void*
Context to pass to the syncFailedCallback.
activeDeviceContentionCallback PFGameSaveFilesUiActiveDeviceContentionCallback*
Optional callback for active device contention
activeDeviceContentionContext void*
Context to pass to the activeDeviceContentionCallback.
conflictCallback PFGameSaveFilesUiConflictCallback*
Optional callback for conflict between local and remote save data.
conflictContext void*
Context to pass to the conflictCallback.
outOfStorageCallback PFGameSaveFilesUiOutOfStorageCallback*
Optional callback for out of local storage.
outOfStorageContext void*
Context to pass to the outOfStorageCallback.
Requirements
Header: PFGameSaveFilesUi.h
See also
PFGameSaveFilesUi members Last modified on September 11, 2026