AndroidProgress

Android Only

Interface for defining the progress of an Android Notification.


Loading...
Android Progress (w/ Big Picture Style)

View the Progress Indicators documentation to learn more.

Properties

current

The current progress value.

current?: undefined | number;

E.g. setting to 4 with a max value of 10 would set a fixed progress bar on the notification at 40% complete.

indeterminate

If true, overrides the max and current values and displays an unknown progress style. Useful when you have no knowledge of a tasks completion state.

indeterminate?: undefined | false | true;

Defaults to false.

max

The maximum progress number. E.g 10.

max?: undefined | number;

Must be greater than the current value.


Copyright 2020 - 2021 © Invertase Limited

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License and code samples are licensed under the Apache 2.0 License.

All product names, logos, and brands are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.