Represents an alarm that executes code when the timer goes off.
It requires an expiration date and a delegate to execute when the expiration date is due.
When the Alarm goes off, it can be stopped or snoozed by a specific amount of time (milliseconds).
Represents an alarm that executes code when the timer goes off. It requires an expiration date and a delegate to execute when the expiration date is due. When the Alarm goes off, it can be stopped or snoozed by a specific amount of time (milliseconds).