This function is part of the KWS Interface.
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
KWS.KWSInterface.AddNotifyPermissionsUpdateReceived
Parameter Type And Name
|
Usage Information
|
AddNotifyPermissionsUpdateReceivedOptions options
|
Structure containing information about the request.
|
object clientData
|
Arbitrary data that is passed back to you in the CompletionDelegate.
|
OnPermissionsUpdateReceivedCallback notificationFn
|
A callback that is fired when a notification is received.
|
This function enables your callback (the NotificationFn
parameter) to respond to events that happen on the back-end service. Remember to remove your callback function when it is no longer needed.
Because this function is asynchronous, it employs a callback of type KWS.OnPermissionsUpdateReceivedCallback to report the results of its operation.
Function prototype definition for notifications that comes from {KWSInterface.AddNotifyPermissionsUpdateReceived}
Callback Parameters
KWS.OnPermissionsUpdateReceivedCallback
Parameter Type And Name
|
Usage Information
|
PermissionsUpdateReceivedCallbackInfo data
|
A EOS_KWS_PermissionsUpdateReceivedCallbackInfo containing the output information and result
|