CountdownTimerView
A view to display a countdown to the user with a specific set of labels and an overall duration.
ACCESSIBILITY NOTES:
Avoid using this view in combination with a HintView for users who rely on accessibility features, such as screen readers, it may introduce excessive auditory clutter and reduce clarity.
This view is considered and set to be a ACCESSIBILITY_LIVE_REGION_POLITE by default.
This view announces the label displayed by default when screen readers are enabled.
When font scaling is enabled, this view will adjust the size of the text non-linearly up to the maximum safe size to prevent text from becoming excessively large and impacting readability or UI layout integrity.
Constructors
Functions
Delay interval in milliseconds between each label shown during the countdown.
Gets the time in milliseconds to count down.
Sets the animation for each label shown during the countdown.
Sets the time in milliseconds to count down. Calls to this method are ignored if the countdown timer is already running.