Page MenuHomePhabricator

Implement function to store SQLite database entities from raw notification string in SQLite database
ClosedPublic

Authored by marcin on May 10 2022, 2:59 AM.
Tags
None
Referenced Files
F5923588: D3986.id12541.diff
Thu, Apr 17, 11:30 PM
F5920288: D3986.id13956.diff
Thu, Apr 17, 10:26 PM
F5896683: D3986.diff
Thu, Apr 17, 11:11 AM
Unknown Object (File)
Tue, Apr 8, 5:17 PM
Unknown Object (File)
Tue, Apr 8, 8:48 AM
Unknown Object (File)
Tue, Apr 8, 8:41 AM
Unknown Object (File)
Tue, Apr 8, 8:35 AM
Unknown Object (File)
Tue, Apr 8, 8:29 AM

Details

Summary

This diff uses function implemented in previous diff to store ntification in Sqlite database.

Test Plan

No testing plan. Future diffs will provide a code that uses those functions on iOS and Android respectively

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

karol added 1 blocking reviewer(s): tomek.
tomek added inline comments.
native/cpp/CommonCpp/NativeModules/MessageOperationsUtilities/MessageOperationsUtilities.cpp
98 ↗(On Diff #12483)

Maybe by reference?

This revision is now accepted and ready to land.May 11 2022, 4:57 AM

(Note that @palys-swm's comments has not been addressed yet)

Use new method name: storeMessageInfos

Rebase and move to persistent storage utilities