-
Notifications
You must be signed in to change notification settings - Fork 6
getActivityExtras
Mark Taylor edited this page Mar 12, 2014
·
2 revisions
getActivityExtras(successCallback, failureCallback)
Allows you to retrieve any user defined "extra" data provided as a result of the current Activity being as a result of an alarm.
- successCallback - function - The callback which will be called if the method is successful. The callback is passed the output (see below).
- failureCallback - function - The callback which will be called if the method encounters an error. The callback is passed the output (see below).
TODO
- [addAlarm] (addAlarm)
- [updateAlarm] (updateAlarm)