Skip to content

3.0.0-beta.3 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@adamschlesinger adamschlesinger released this 18 Dec 02:13
8b61496

Fixed

  • Eliminated syntax only supported on Unity 2020 or above
  • Global callbacks on Android are now correctly setup post initWithContext
  • Properly push LogLevel and AlertLevel settings to native SDKs
  • Added missing setter to override the detected language
  • Add missing getters for permission and subscription states

Changed

  • Implemented missing Notification properties additionalData and actionButtons
  • LogLevel and AlertLevel now use a custom enum instead of the Unity LogType
  • Removed PermissionState in favor of NotificationPermission enum
    • Renamed PermissionStateChanged event to NotificationPermissionChanged