EOS_KWS_QueryPermissionsCallbackInfo

EOS API reference page for EOS_KWS_QueryPermissionsCallbackInfo

1分で読めます

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

PropertyValue
EOS_EResult ResultCodeThe EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
void* ClientDataContext that was passed into EOS_KWS_QueryPermissions
EOS_ProductUserId LocalUserIdLocal user querying their permissions
const char* KWSUserIdKWS UserId created
const char* DateOfBirthDate of birth in ISO8601 form (YYYY-MM-DD)
EOS_Bool bIsMinorIs this user a minor
const char* ParentEmailParent 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.