# IAB Plugin

A plugin that interfaces with the `__cmp` object, which is the IAB framework defined by the IAB spec.

## Interface

IabPlugin#API(Object<callback: function, category?>)

- fetchConsentData (Object<callback: function<error, consentData>)
    - consentData: { gdprApplies, purposesConsent, vendorConsents, consentString }

- isApproved (Object<callback: function<error, boolean>, category: adobe.OptInCategories enum>)
