RMS SDK for C++  0.2.1
A client library for using Microsoft RMS from Linux.
Public Member Functions | Public Attributes | List of all members
rmscore::modernapi::IConsent Class Referenceabstract

Represents a user's consent/refusal to allow usage of a given URL. More...

#include <IConsent.h>

Public Member Functions

virtual const ConsentResultResult () const =0
 Result of a consent request.
 
virtual ConsentType Type () const =0
 The type of URL to consented to.
 
virtual const std::vector< std::string > Urls () const =0
 List of URLs for which consent is granted/refused.
 
virtual const std::string User () const =0
 The user granting/refusing consent.
 
virtual const std::string Domain () const =0
 Just the domain.
 

Public Attributes

ConsentResultResult
 
ConsentType Type
 
common::UrlArray Urls
 
std::string User
 
std::string Domain
 

Detailed Description

Represents a user's consent/refusal to allow usage of a given URL.


The documentation for this class was generated from the following files: