-
public interface ComplicationTemplate<D extends Object>A complication renderer from Data to any of the supported types.
-
-
Method Summary
Modifier and Type Method Description abstract ComplicationDatarender(ComplicationType type, D data)abstract List<ComplicationType>supportedTypes()abstract DpreviewData()abstract ContextgetContext()-
-
Method Detail
-
render
abstract ComplicationData render(ComplicationType type, D data)
-
supportedTypes
abstract List<ComplicationType> supportedTypes()
-
previewData
abstract D previewData()
-
getContext
abstract Context getContext()
-
-
-
-