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
Update native SDKs to 2.47.0 (iOS and Android) and expose the new
widget events, mirroring didomi/flutter#157.
- Add SHOW_WIDGET / HIDE_WIDGET to DidomiEventType, with a
ShowWidgetEvent payload type (widgetId, layerName).
- Bridge the events on both platforms. The iOS SDK names the property
`widgetID` while Android names it `widgetId`; the event key is
normalized to `widgetId` so the JS type matches on both platforms.
- Register the events in the sample and test apps, and cover the new
event types in DidomiListener tests.
0 commit comments