androidx.wear.ongoing

Interfaces

TimeDependentText

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

Classes

OngoingActivity

Main class to access the Ongoing Activities API.

OngoingActivity.Builder

Builder used to build an OngoingActivity

SerializationHelper

Class used to manage Ongoing Activity information as part of a Bundle or Notification.

Status

Base class to represent the status of an Ongoing Activity and render it.

Status.Builder

Helper to Build OngoingActivityStatus instances.

Status.Part

Abstract class to represent An Ongoing activity status or part of it.

Status.StopwatchPart

An Ongoing activity status (or part of it) representing a stopwatch

Status.TextPart

An Ongoing activity status (or part of it) representing a plain, static text.

Status.TimerOrStopwatchPart

Base class for TimerPart and StopwatchPart, defines the getters but can't be created directly, create one of those instead.

Status.TimerPart

An Ongoing activity status (or part of it) representing a timer.