This data structure is part of the KWS Interface.
Output parameters for the EOS_KWS_QueryAgeGate Function. These parameters are received through the callback provided to EOS_KWS_QueryAgeGate
Properties
EOS_KWS_QueryAgeGateCallbackInfo
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_QueryAgeGate
|
const char* CountryCode
|
Country code determined for this request based on the local client's ip address that the backend resolves
|
uint32_t AgeOfConsent
|
Age of consent in the given country
|
This data structure is part of the KWS Interface.
Output parameters for the {KWSInterface.QueryAgeGate} Function. These parameters are received through the callback provided to {KWSInterface.QueryAgeGate}
Properties
KWS.QueryAgeGateCallbackInfo
Property
|
Value
|
Result ResultCode
|
The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
|
object ClientData
|
Context that was passed into EOS_KWS_QueryAgeGate
|
string CountryCode
|
Country code determined for this request based on the local client's ip address that the backend resolves
|
uint AgeOfConsent
|
Age of consent in the given country
|
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