EOS_KWS_CreateUser

EOS API reference page for EOS_KWS_CreateUser

3 mins to read

This function is part of the KWS Interface.

Remarks

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 NameUsage Information
EOS_HKWS Handle
const EOS_KWS_CreateUserOptions* Optionsoptions required for creating an account such as the local users Product User ID, their data of birth, and parental contact information
void* ClientDataArbitrary data that is passed back to you in the CompletionDelegate
const EOS_KWS_OnCreateUserCallback CompletionDelegateA callback that is fired when the operation completes, either successfully or in error

Callback Function Information

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

Callback Remarks

Function prototype definition for callbacks passed to EOS_KWS_CreateUser

Callback Parameters

EOS_KWS_OnCreateUserCallback

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