transactions/current_user_status_transaction library

Classes

CurrentUserStatusTransaction
Class used to contain all the operations related to transactions. All the changes regarding the status of purposes and vendors will only be communicated to the native SDKs once the commit method is called.

Typedefs

CurrentUserStatusTransactionCallback = Future<bool> Function(List<String> enabledPurposes, List<String> disabledPurposes, List<String> enabledVendors, List<String> disabledVendors)
Callback to be called when the changes made through a transaction need to be sent to the native SDK.