EOS_KWS_AddNotifyPermissionsUpdateReceived

EOS API reference page for EOS_KWS_AddNotifyPermissionsUpdateReceived

2 分で読めます

This function is part of the KWS Interface.

Remarks

This interface is not available for general access at this time. Register to receive notifications about KWS permissions changes for any logged in local users

must call EOS_KWS_RemoveNotifyPermissionsUpdateReceived to remove the notification

Return Value

handle representing the registered callback

Parameters

EOS_KWS_AddNotifyPermissionsUpdateReceived

Parameter Type And NameUsage Information
EOS_HKWS Handle
const EOS_KWS_AddNotifyPermissionsUpdateReceivedOptions* OptionsStructure containing information about the request.
void* ClientDataArbitrary data that is passed back to you in the CompletionDelegate.
const EOS_KWS_OnPermissionsUpdateReceivedCallback NotificationFnA callback that is fired when a notification is received.

Callback Function Information

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

Callback Remarks

Function prototype definition for notifications that comes from EOS_KWS_AddNotifyPermissionsUpdateReceived

Callback Parameters

EOS_KWS_OnPermissionsUpdateReceivedCallback

Parameter Type And NameUsage Information
const EOS_KWS_PermissionsUpdateReceivedCallbackInfo* DataA EOS_KWS_PermissionsUpdateReceivedCallbackInfo containing the output information and result