//MLBluetoothSDK/com.masterlock.mlbluetoothsdk.Interfaces/IMLProductDelegate/didUploadAuditEntries
didUploadAuditEntries¶
[androidJvm]\ abstract fun didUploadAuditEntries(product: MLProduct, entries: Array<MLAuditTrailEntry>)
called by the SDK with MLAuditTrails Entries that have been successfully uploaded
Parameters¶
androidJvm
| product | The MLProduct for the lock that the AuditEntries are for |
| entries | An Array of MLAuditTrailEntry objects that were successfully uploaded for this MLProduct’s lock use didReadAuditEntries to ensure data is returned at read time when the phone is offline |