This function is part of the KWS Interface.
This interface is not available for general access at this time.
Create an account with Kids Web Services and associate it with the local Product User ID
Return Value
EOS_Success if account creation completes successfully
EOS_InvalidParameters if any of the options are incorrect
EOS_TooManyRequests if the number of allowed requests is exceeded
Parameters
EOS_KWS_CreateUser
Parameter Type And Name
|
Usage Information
|
EOS_HKWS Handle
|
|
const EOS_KWS_CreateUserOptions* Options
|
options required for creating an account such as the local users Product User ID, their data of birth, and parental contact information
|
void* ClientData
|
Arbitrary data that is passed back to you in the CompletionDelegate
|
const EOS_KWS_OnCreateUserCallback CompletionDelegate
|
A callback that is fired when the operation completes, either successfully or in error
|
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 void*
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 EOS_KWS_OnCreateUserCallback to report the results of its operation.
Function prototype definition for callbacks passed to EOS_KWS_CreateUser
Callback Parameters
EOS_KWS_OnCreateUserCallback
Parameter Type And Name
|
Usage Information
|
const EOS_KWS_CreateUserCallbackInfo* Data
|
A EOS_KWS_CreateUserCallbackInfo containing the output information and result
|
This function is part of the KWS Interface.
This interface is not available for general access at this time.
Create an account with Kids Web Services and associate it with the local Product User ID
Return Value
EOS_Success if account creation completes successfully
EOS_InvalidParameters if any of the options are incorrect
EOS_TooManyRequests if the number of allowed requests is exceeded
Parameters
KWS.KWSInterface.CreateUser
Parameter Type And Name
|
Usage Information
|
CreateUserOptions options
|
options required for creating an account such as the local users Product User ID, their data of birth, and parental contact information
|
object clientData
|
Arbitrary data that is passed back to you in the CompletionDelegate
|
OnCreateUserCallback completionDelegate
|
A callback that is fired when the operation completes, either successfully or in error
|
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 void*
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 EOS_KWS_OnCreateUserCallback to report the results of its operation.
Function prototype definition for callbacks passed to EOS_KWS_CreateUser
Callback Parameters
KWS.OnCreateUserCallback
Parameter Type And Name
|
Usage Information
|
CreateUserCallbackInfo data
|
A EOS_KWS_CreateUserCallbackInfo containing the output information and result
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no