9 #ifndef _RMS_LIB_ICONSENTCALLBACK_H_ 
   10 #define _RMS_LIB_ICONSENTCALLBACK_H_ 
   14 #include "ModernAPIExport.h" 
   18 using ConsentList = std::vector<std::shared_ptr<IConsent> >;
 
   35   virtual ConsentList 
Consents(ConsentList& consents) = 0;
 
   40 #endif // _RMS_LIB_ICONSENTCALLBACK_H_ 
virtual ConsentList Consents(ConsentList &consents)=0
Library user should implement this method to notify app user of actions to be taken and request their...
 
Definition: AuthenticationCallbackImpl.h:16
 
Callback to be provided by library user to notify app user of actions to be taken and request their c...
Definition: IConsentCallback.h:24