SetAlarm constructor

SetAlarm(
  1. {required double seconds,
  2. int? extra,
  3. int? clientId}
)

Succeeds after a specified amount of time has passed. Can be called before initialization

Returns Ok

Implementation

SetAlarm