RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
|
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... | |
Callback to be provided by library user to notify app user of actions to be taken and request their consent.
|
pure virtual |
Library user should implement this method to notify app user of actions to be taken and request their consent.
consents | List of Consent objects containing details about actions to be taken. |