Added in API level 36
Summary:
Methods
ComplicationText
public
interface
ComplicationText
| com.google.wear.services.complications.ComplicationText |
The text within a complication.
This text may change over time for DynamicComplicationText and TimeDependentText. The corresponding implementations provide methods to access their data.
Summary
Public methods | |
|---|---|
default
boolean
|
isPlaceholder()
Returns if this |
Public methods
isPlaceholder
Added in API level 36
public boolean isPlaceholder ()
Returns if this ComplicationText is a placeholder.
| Returns | |
|---|---|
boolean |
|