Outbox Store
interface OutboxStore
Content copied to clipboard
OutboxStore is responsible for storing and retrieving outbox items.
Functions
delete Completed Items
Link copied to clipboard
Deletes completed outbox items from the store.
fetch
Link copied to clipboard
Fetches outbox items from the store.
insert
Link copied to clipboard
Inserts an outbox item into the store.
open fun insert(outboxItem: OutboxItem, hints: OutboxStoreInsertHints): OutboxItem
Content copied to clipboard
update
Link copied to clipboard
Updates an outbox item in the store.