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::IConsentCallback Class Referenceabstract

Callback to be provided by library user to notify app user of actions to be taken and request their consent. More...

#include <IConsentCallback.h>

Public Member Functions

virtual ConsentList Consents (ConsentList &consents)=0
 Library user should implement this method to notify app user of actions to be taken and request their consent. More...
 

Detailed Description

Callback to be provided by library user to notify app user of actions to be taken and request their consent.

Member Function Documentation

virtual ConsentList rmscore::modernapi::IConsentCallback::Consents ( ConsentList &  consents)
pure virtual

Library user should implement this method to notify app user of actions to be taken and request their consent.

Parameters
consentsList of Consent objects containing details about actions to be taken.
Returns
Same list of consents; method should set Result for each Consent to true or false.

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