Package-level declarations
Types
Link copied to clipboard
A complication renderer from Data to any of the supported types.
Link copied to clipboard
abstract class DataComplicationService<D, R : ComplicationTemplate<D>> : SuspendingComplicationDataSourceService
A complication service based on a ComplicationTemplate. The implementation is effectively two parts, first creating some simple data model using a suspending data function. Then a render phase.
Link copied to clipboard
object DataTemplates
Link copied to clipboard
A complication provider that support distinct render methods.