Package-level declarations

Types

Link copied to clipboard

A complication renderer from Data to any of the supported types.

Link copied to clipboard

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
Link copied to clipboard
abstract class TypedComplicationTemplate<T>(val context: Context) : ComplicationTemplate<T>

A complication provider that support distinct render methods.