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
Updated the iOS sendToDevice function to return the closeTab call's result when applicable. (#6448)
Nimbus SDK ⛅️🔬🔭
Added a standalone method to calculate targeting context attributes that are based on values in the Nimbus persistence layer (#6493)
Places
PlacesConnection.noteHistoryMetadataObservation{ViewTime, DocumentType}()
(Android) and PlacesWriteConnection.noteHistoryMetadataObservation() (iOS)
now take an optional NoteHistoryMetadataObservationOptions argument. The
new if_page_missing option specifies what to do if the page for the
observation doesn't exist in the history database.
(#6443)
⚠️ Breaking Changes ⚠️
Nimbus SDK ⛅️🔬🔭
Added methods to RecordedContext for retrieving event queries and setting their values back to the foreign object (#6322).
Places
If an entry for a page doesn't exist in the history database, any
history observations for that page will no longer be recorded by default.
To revert to the old behavior, and automatically insert an entry for
the page before recording the observation, set the new if_page_missing
option to HistoryMetadataPageMissingBehavior::InsertPage.