Skip to content
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.

Parameters

  • 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).

Output

TODO


Also see

  • [addAlarm] (addAlarm)
  • [updateAlarm] (updateAlarm)
Clone this wiki locally