androidx.wear.ongoingactivity
Classes
OngoingActivity | Main class to access the Ongoing Activities API. |
OngoingActivity.Builder |
Builder used to build an OngoingActivity
|
OngoingActivityData | This class is used internally by the library to represent the data of an OngoingActivity. |
OngoingActivityStatus |
Base class to serialize / deserialize OngoingActivityStatus into / from a Notification
The classes here use timestamps for updating the displayed representation of the status, in
cases when this is needed (chronometers), as returned by
SystemClock.elapsedRealtime()
|
TextOngoingActivityStatus |
OngoingActivityStatus representing a plain, static text.
|
TimerOngoingActivityStatus |
OngoingActivityStatus representing a timer or stopwatch.
|