package

androidx.wear.ongoing

Interfaces

TimeDependentTextRepresents the status or a part of the status of an ongoing activity.

Classes

OngoingActivityMain class to access the Ongoing Activities API.
OngoingActivity.BuilderBuilder used to build an OngoingActivity
SerializationHelperClass used to manage Ongoing Activity information as part of a Bundle or Notification.
StatusBase class to represent the status of an Ongoing Activity and render it.
Status.BuilderHelper to Build OngoingActivityStatus instances.
Status.PartAbstract class to represent An Ongoing activity status or part of it.
Status.StopwatchPartAn Ongoing activity status (or part of it) representing a stopwatch
Status.TextPartAn Ongoing activity status (or part of it) representing a plain, static text.
Status.TimerOrStopwatchPartBase class for Status.TimerPart and Status.StopwatchPart, defines the getters but can't be created directly, create one of those instead.
Status.TimerPartAn Ongoing activity status (or part of it) representing a timer.