Closed stingdau1206 closed 3 months ago
void (*CBLDocumentReplicationListener)(void *context, CBLReplicator *replicator, bool isPush, unsigned numDocuments, const CBLReplicatedDocument* documents);
when delete document on server, the DocumentReplicationListener only return id of this doc, and i can't get data of this doc by that id how can i know what data is deleted on server ?
Issues are for bug reports. Maybe this is one and you worded it as a question, but please post questions on the forums
when delete document on server, the DocumentReplicationListener only return id of this doc, and i can't get data of this doc by that id how can i know what data is deleted on server ?