Skip to content

150200 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 18 May 02:43

GDPR methods & addListenerForNotificationOpened Fix

  • Added GDPR privacy consent to postpone initialization of the SDK until the user accepts
    • New requiresUserPrivacyConsent init flag
    • New provideUserConsent(boolean) function
  • Fixed getListeners error when opening a notification if addListenerForNotificationOpened was called
  • Added Promise of id to setEmail. PR #349