Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 546 Bytes

TaskReminder.md

File metadata and controls

22 lines (15 loc) · 546 Bytes

TaskReminder

Properties

Name Type Description Notes
value Integer Value of time unit before reminder is to be sent
unit UnitEnum Unit of time before reminder is to be sent
types List<String> Type of task reminder e.g email, push

Enum: UnitEnum

Name Value
MINUTES "minutes"
HOURS "hours"
WEEKS "weeks"
DAYS "days"