Added in version 35.1

com.google.wear.services.complications

Interfaces

ComplicationText The text within a complication. 
TimeDependentText Interface for any object that returns different text depending on the given timestamp. 

Classes

ActiveComplicationConfig Encapsulates details about an active ComplicationSlotConfig, including whether the provider app considers the current watch face to be safe. 
ComplicationData Wire Format class for complication data of all types. 
ComplicationData.Builder Builder class for ComplicationData
ComplicationSlotConfig Represents complication provider configuration for a given watch face slot. 
ComplicationSlotConfig.Builder Builder for ComplicationSlotConfig
ComplicationsManager Provides access to various complications methods. 
DynamicComplicationText A ComplicationText where the system evaluates a ProtoLayoutDynamicString
PlainComplicationText A ComplicationText to be used when displaying a static string. 
TargetWatchFaceSafety Defines constants that describe whether or not the watch face the complication is being requested for is deemed to be safe. 
TimeDifferenceComplicationText Class to generate string representations of time differences. 
TimeDifferenceComplicationText.Builder Builder for TimeDifferenceComplicationText
TimeFormatComplicationText Class to generate string representations of dates/times according to a specified format. 
TimeFormatComplicationText.Builder Builder for TimeFormatComplicationText