maxAlarmsCount

abstract val maxAlarmsCount: Int

Get maximum alarms count. When wristband does not connected will be returned default value.

NOTE: Alarms greater than this number will be lost during saving on wristband.

For unauthorized user or unprepared session will be emitted UserSessionWrongStateException.

If wristband is not ready for communication will be emitted GoBeNotReadyException.

API Note: User must be valid.

Return

maximum alarms count

See also