9 #ifndef _RMS_LIB_CONSENT_H_
10 #define _RMS_LIB_CONSENT_H_
14 #include "ModernAPIExport.h"
25 DocumentTrackingConsent = 0,
52 const std::string& userId);
57 bool Accepted()
const {
58 return this->accepted;
64 bool ShowAgain()
const {
65 return this->showAgain;
71 const std::string& UserId()
const {
79 const std::string userId;
101 common::UrlArray Urls;
121 #endif // _RMS_LIB_CONSENT_H_
Definition: AuthenticationCallbackImpl.h:16
Represents a user's consent/refusal to allow usage of a given URL.
Definition: consent.h:86