This function is part of the Presence Interface.
Sets your new presence with the data applied to a PresenceModificationHandle. The PresenceModificationHandle can be released safely after calling this function.
See Also
{CreatePresenceModification}, {PresenceModification.Release}
Parameters
Presence.PresenceInterface.SetPresence
Parameter Type And Name
|
Usage Information
|
SetPresenceOptions options
|
Object containing a PresenceModificationHandle and associated user data
|
object clientData
|
Optional pointer to help track this request, that is returned in the completion callback
|
SetPresenceCompleteCallback completionDelegate
|
Pointer to a function that handles receiving the completion information
|
This function is asynchronous; the EOS SDK guarantees that your callback (the CompletionDelegate
parameter) will run when the operation completes, regardless of whether it succeeds or fails. Use the object
parameter to pass any contextual information the callback may need in order to react properly. Relevant information can be copied from the EOS SDK's cache while the callback function is running. You do not need to remove the callback function.
Because this function is asynchronous, it employs a callback of type Presence.SetPresenceCompleteCallback to report the results of its operation.
Callback for information related to {PresenceInterface.SetPresence} finishing.
Callback Parameters
Presence.SetPresenceCompleteCallback
Parameter Type And Name
|
Usage Information
|
SetPresenceCallbackInfo data
|
|