AlarmCreateInfo class
Properties
delayInMinutes
↔ double ?
Length of time in minutes after which the onAlarm
event
should fire.
getter/setter pair
hashCode
→ int
The hash code for this object.
no setter inherited
periodInMinutes
↔ double ?
If set, the onAlarm event should fire every periodInMinutes
minutes after the initial event specified by when or
delayInMinutes . If not set, the alarm will only fire once.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
toJS
→ AlarmCreateInfo
no setter
when
↔ double ?
Time at which the alarm should fire, in milliseconds past the epoch
(e.g. Date.now() + n
).
getter/setter pair
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited