@NonNullByDefault
Package com.microej.wear.services
Contains interfaces to services provided by the Kernel to the Features.
-
Interface Summary Interface Description CompletedActivityService This service allows Features to access reports of completed activity sessions.ComponentService This service allows Features to register activities, watchfaces and complication data sources.DeviceService This service allows Features to get device information.ExternalResourceService This service allows Features to create and delete external resources.ExternalResourceService.Writer Represents a writer to an external resource.FontService This service allows Features to get fonts.HealthService This service allows Features to get health information.HealthService.DayReport Represents a summary of the user's health data for a specific calendar day.HealthService.HealthData Contains the latest available health measurements.LiveActivityService This service allows Features to access real-time activity data and manage the lifecycle of an ongoing activity.LiveActivityService.LiveData Contains the latest available activity measurements for the current activity.ResourceService This service allows Features to load resources.SleepService This service allows Features to get sleep information.SleepService.SleepPhase The period of time during which the user remains in a specific sleep stage.SleepService.SleepReport The report of a sleep session.TimeService This service allows Features to get time information.UserService This service allows Features to get the user information.UserService.UserInfo Represents user-specific information such as physiological data, personal goals, and other profile-related settings. -
Enum Summary Enum Description ExternalResourceService.ImageFormat Enumerates supported image formats.HealthService.HealthMetric Represents the different types of health metrics.SleepService.SleepStage Represents the sleep stages.UserService.Gender Represents the gender of the user.