Package tv.mycujoo.mclsnetwork.data
Interface IInternalDataProvider
-
- All Implemented Interfaces:
public interface IInternalDataProvider
-
-
Method Summary
Modifier and Type Method Description abstract MCLSResult<Exception, List<AnnotationAction>>getActions(String timelineId, String updateId)abstract MCLSResult<Exception, MCLSEvent>getEventDetails(String eventId, String updateId)abstract UnitsetLogLevel(LogLevel logLevel)-
-
Method Detail
-
getActions
abstract MCLSResult<Exception, List<AnnotationAction>> getActions(String timelineId, String updateId)
-
getEventDetails
abstract MCLSResult<Exception, MCLSEvent> getEventDetails(String eventId, String updateId)
-
setLogLevel
abstract Unit setLogLevel(LogLevel logLevel)
-
-
-
-