maxLimitLabel property

String maxLimitLabel
final

The label shown when the voice memo exceeds the maximum limit.

This label can show a countdown of when the voice memo will stop recording if it exceeds the limit. To do this, place {timer} in the label string. This will be replaced with the timer in seconds.

For example: "Recording message {timer} seconds left...".

Zeta does not currently support translations, so this label should be passed in with the correct translation for the current locale.

Implementation

final String maxLimitLabel;