Update doc.
This commit is contained in:
parent
27d32188bf
commit
dbf3b76331
|
@ -431,6 +431,7 @@ internal class DefaultCryptoService @Inject constructor(
|
|||
* A sync response has been received.
|
||||
*
|
||||
* @param syncResponse the syncResponse
|
||||
* @param cryptoStoreAggregator data aggregated during the sync response treatment to store
|
||||
*/
|
||||
fun onSyncCompleted(syncResponse: SyncResponse, cryptoStoreAggregator: CryptoStoreAggregator) {
|
||||
cryptoStore.storeData(cryptoStoreAggregator)
|
||||
|
|
Loading…
Reference in New Issue