This function is part of the AntiCheatClient Interface.
Add an optional callback issued when a connected peer's authentication status changes. The bound function will only be called
between a successful call to {BeginSession} and the matching {EndSession} call in mode {AntiCheatClientMode.PeerToPeer}.
Mode: {AntiCheatClientMode.PeerToPeer}.
Return Value
A valid notification ID if successfully bound, or {Common.InvalidNotificationid} otherwise
Parameters
AntiCheatClient.AntiCheatClientInterface.AddNotifyPeerAuthStatusChanged
Parameter Type And Name
|
Usage Information
|
AddNotifyPeerAuthStatusChangedOptions options
|
Structure containing input data
|
object clientData
|
This value is returned to the caller when NotificationFn is invoked
|
OnPeerAuthStatusChangedCallback notificationFn
|
The callback to be fired
|
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 AntiCheatClient.OnPeerAuthStatusChangedCallback to report the results of its operation.
Optional callback issued when a connected peer's authentication status has changed.
This callback is always issued from within {Platform.PlatformInterface.Tick} on its calling thread.
Callback Parameters
AntiCheatClient.OnPeerAuthStatusChangedCallback
Parameter Type And Name
|
Usage Information
|
AntiCheatCommon.OnClientAuthStatusChangedCallbackInfo data
|
|