Syntax
Members
queueHandle XTaskQueueHandlemay be nullptr (Optional) Queue that the hooks should be invoked on. If not specified, the callbacks will be invoked on the background queue provided to PFInitialize.
read PFPlatformLocalStorageReadAsyncHandler*
Custom read hook.
write PFPlatformLocalStorageWriteAsyncHandler*
Custom write hook.
clear PFPlatformLocalStorageClearAsyncHandler*
Custom clear hook.
context void*may be nullptr (Optional) Client context that will be passed to storage hooks.
