WARNING: MacGap.Notify.notify() has been deprecated and will be removed in a future release. Please use MacGap.notify() instead.

Either:

  • send a Native User notification
  • trigger a modal ‘sheet’

Methods

MacGap.Notify.notify()

MacGap.Notify.notify({
    type: 'sheet',
    title: 'A title',
    content: 'Some content.'
});