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

Public Member Functions

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...
 

Member Function Documentation

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
emailEmail of the consentor.
domainDomain information.
urlsList of URLs that need to provide consent.

Implemented in rmscore::modernapi::ConsentCallbackImpl.


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