You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add logProductItem(...) for product-catalog item logging, with type-safe ProductAvailability and ProductCondition enums (PR #487).
Add setPushNotificationToken(String) to register a push token for Meta push-campaign measurement.
Add setFlushBehavior(FlushBehavior) / getFlushBehavior() to switch between automatic and explicit-only event flushing.
Add getUserData(), getUserID(), and clearUserDataForType(FacebookUserDataField) — the last is functional on iOS and a no-op on Android (no native per-field clear; use clearUserData()).
Add convenience shorthands for the remaining Meta standard events (logAchievedLevel, logAddedPaymentInfo, logCompletedTutorial, logSearched, logSpentCredits, logUnlockedAchievement, logContact, logCustomizeProduct, logDonate, logFindLocation, logSchedule, logSubmitApplication).
Behavior change (Android):setAdvertiserTracking no longer toggles verbose SDK debug logging as a side effect; use the new setDebugLoggingEnabled(bool) instead.
Move the new enums and standard-event helpers into lib/src/ (re-exported, no consumer import changes), drop unused Android imports, and add Dart tests plus example-app coverage.