WristNotificationsSettings

Wristband vibrate preferences. When vibrate is on wristband uses "rest" also called as "do not disturb" period.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:JvmName(name = "isVibroSignal")
var isVibroSignal: Boolean = true

should notifications on the smart band vibrates or not.

Link copied to clipboard

Duration of "do not disturb" period in minutes.

Link copied to clipboard

Beginning of "do not disturb" period in minutes from midnight.

Link copied to clipboard

Returns end of period when user can be disturbed in minutes from midnight.

Link copied to clipboard

Returns start of period when user can be disturbed in minutes from midnight.

Functions

Link copied to clipboard
fun fromBounds(startTime: Int, endTime: Int)

Set duration and start time for "do not disturb" period.