LibraryCore class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeP2PConnection(String serialNumber, {required OnSuccess<String?> onSuccess, required OnError onError}) → void
deleteRecord(List<String> traceIds, {required OnSuccess<String> onSuccess, required OnError onError}) → void
downloadSource(List<RecordEventDetailBean?> tasks, bool isShare, {required OnProgress onProgress, required OnFinish onFinish}) → void
getEventDetail(bool isFromSDCard, String? videoEventKey, {required OnSuccess<LibraryEventDetailBean> onSuccess, required OnError onError}) → void
getEventRecordByFilter(FilterEntry filterEntry, {required OnSuccess<LibraryEventDatabean> onSuccess, required OnError onError}) → void
getLibraryByTraceId(String traceId, {required OnSuccess<RecordEventDetailBean> onSuccess, required OnError onError}) → void
getLibraryStatus(FilterEntry filterEntry, {required OnSuccess<LibraryStatusDatabean> onSuccess, required OnError onError}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openP2PConnection(String serialNumber, {required OnSuccess<String?> onSuccess, required OnError onError}) → void
queryUserActivityZone({required OnSuccess<AllZoneBean> onSuccess, required OnError onError}) → void
queryVideoSearchOption(bool isFromSDCard, String? serialNumber, {required OnSuccess<TagBean?> onSuccess, required OnError onError}) → void
setMarkStatus(int marked, String? traceIds, {required OnSuccess<String> onSuccess, required OnError onError}) → void
setReadStatus(int missing, String? traceIds, {required OnSuccess<String> onSuccess, required OnError onError}) → void
stopDownload() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getInstance() LibraryCore?