|
virtual void | Consents (const std::string &email, const std::string &domain, const std::vector< std::string > &urls)=0 |
| You, the app developer, will implement this method to prompt the user for their consent. More...
|
|
virtual void rmscore::modernapi::IConsentCallbackImpl::Consents |
( |
const std::string & |
email, |
|
|
const std::string & |
domain, |
|
|
const std::vector< std::string > & |
urls |
|
) |
| |
|
pure virtual |
You, the app developer, will implement this method to prompt the user for their consent.
- Parameters
-
email | Email of the consentor. |
domain | Domain information. |
urls | List of URLs that need to provide consent. |
Implemented in rmscore::modernapi::ConsentCallbackImpl.
The documentation for this class was generated from the following file: