Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giegi authored Sep 21, 2019
1 parent 6beb469 commit 935d0f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ __cmp("addEventListener", "isModalShown", listenerCmpEvents);
__cmp("addEventListener", "isBannerShown", listenerCmpEvents);
__cmp("addEventListener", "isModalHidden", listenerCmpEvents);
__cmp("addEventListener", "isBannerHidden", listenerCmpEvents);
__cmp("addEventListener", "onConsentChanged", listenerCmpEvents); //(only for complete bundle integrations)
__cmp("addEventListener", "onConsentChanged", listenerCmpEvents); // *
// * onConsentChanged event is available only for complete bundle integrations


// existing events
__cmp("addEventListener", "onSubmit", listenerCmpEvents);
__cmp("addEventListener", "isLoaded", listenerCmpEvents);
Expand Down

0 comments on commit 935d0f2

Please sign in to comment.