| Class | Description |
|---|---|
| ConsentChangedEvent |
Consent status has changed
|
| Event |
Base event class
|
| EventListener |
Base class for event listeners passed to our SDK
We defined all event handlers as empty functions so that apps can only override the ones that they can about
|
| EventsRepository |
Manage events sent back to the app
|
| HideNoticeEvent |
Notice has been hidden
|
| NoticeClickAgreeEvent |
Click on agree on notice
|
| NoticeClickDisagreeEvent |
Click on disagree on notice
|
| NoticeClickMoreInfoEvent |
Click on learn more on notice
|
| NoticeClickPrivacyPolicyEvent |
Click on privacy policy on notice
|
| NoticeClickViewVendorsEvent |
Click on vendors on notice
|
| PreferencesClickAgreeToAllEvent |
Click on agree to all on preferences popup
|
| PreferencesClickAgreeToAllPurposesEvent |
Bulk all purposes toggle ON
|
| PreferencesClickAgreeToAllVendorsEvent |
Bulk all vendors toggle ON
|
| PreferencesClickCategoryAgreeEvent |
Click on agree to a category on preferences popup
|
| PreferencesClickCategoryDisagreeEvent |
Click on disagree to a category on preferences popup
|
| PreferencesClickDisagreeToAllEvent |
Click on disagree to all on preferences popup
|
| PreferencesClickDisagreeToAllPurposesEvent |
Bulk all purposes toggle OFF
|
| PreferencesClickDisagreeToAllVendorsEvent |
Bulk all vendors toggle OFF
|
| PreferencesClickPurposeAgreeEvent |
Click on agree to a purpose on preferences popup
|
| PreferencesClickPurposeDisagreeEvent |
Click on disagree to a purpose on preferences popup
|
| PreferencesClickResetAllPurposesEvent |
Bulk all purposes toggle MIDDLE
|
| PreferencesClickSaveChoicesEvent |
Click on save on the purposes view on preferences popup
|
| PreferencesClickVendorAgreeEvent |
Click on agree to a vendor on preferences popup
|
| PreferencesClickVendorDisagreeEvent |
Click on disagree to a vendor on preferences popup
|
| PreferencesClickVendorLegIntAgreeEvent |
Click on agree to a vendor legitimate interest on preferences screen
|
| PreferencesClickVendorLegIntDisagreeEvent |
Click on disagree to a vendor legitimate interest on preferences screen
|
| PreferencesClickVendorSaveChoicesEvent |
Click on save on the vendors view on preferences popup
|
| PreferencesClickViewPurposesEvent |
Click view purposes tab
|
| PreferencesClickViewVendorsEvent |
Click view vendors on purposes view on preferences popup
|
| ReadyEvent |
The SDK is initialized and ready
Warning: This only gets fired once.
|
| ShowNoticeEvent |
The notice is being shown (or needs to be shown)
|