NotificationCompat.Metric.FixedTime
class NotificationCompat.Metric.FixedTime : NotificationCompat.Metric.MetricValue
| kotlin.Any | ||
| ↳ | androidx.core.app.NotificationCompat.Metric.MetricValue | |
| ↳ | androidx.core.app.NotificationCompat.Metric.FixedTime | |
A metric value for showing a clock time.
Only hour and minutes will be displayed (according to the user's preference for 12- or 24- hour time, e.g. 14:30 or 2:30 PM); seconds and lower are truncated.
The time should be in a user-understandable timezone (most likely the device's own, unless it's clear from context that it would be different, such as a flight's arrival time on a different city).