This data structure is part of the KWS Interface.
Remarks
Output parameters for the EOS_KWS_QueryPermissionsOptions Function. These parameters are received through the callback provided to EOS_KWS_QueryPermissions
Properties
EOS_KWS_QueryPermissionsCallbackInfo
Property | Value |
---|---|
EOS_EResult ResultCode | The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors. |
void* ClientData | Context that was passed into EOS_KWS_QueryPermissions |
EOS_ProductUserId LocalUserId | Local user querying their permissions |
const char* KWSUserId | KWS UserId created |
const char* DateOfBirth | Date of birth in ISO8601 form (YYYY-MM-DD) |
EOS_Bool bIsMinor | Is this user a minor |
const char* ParentEmail | Parent email. This value may be set to an empty string if the originally registered email recipient declined to be the right person to give consent. |