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
Unknown Object (File)
Sat, Nov 9, 5:59 AM
Unknown Object (File)
Fri, Nov 8, 10:14 AM
Unknown Object (File)
Fri, Nov 8, 8:02 AM
Unknown Object (File)
Fri, Nov 8, 4:46 AM
Unknown Object (File)
Mon, Nov 4, 4:46 AM
Unknown Object (File)
Sat, Nov 2, 10:50 AM
Unknown Object (File)
Fri, Nov 1, 5:30 PM
Unknown Object (File)
Thu, Oct 24, 10:26 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
No Lint Coverage
Unit
No Test Coverage

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