mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Push Notifications
This commit is contained in:
parent
f1bc597034
commit
2438195c08
@ -59,6 +59,10 @@ class PushService
|
||||
|
||||
|
||||
/**
|
||||
* pushMessage function
|
||||
*
|
||||
* method to dispatch iOS notifications
|
||||
*
|
||||
* @param $invoice
|
||||
* @param $token
|
||||
* @param $type
|
||||
@ -88,6 +92,10 @@ class PushService
|
||||
}
|
||||
|
||||
/**
|
||||
* messageType function
|
||||
*
|
||||
* method which formats an appropriate message depending on message type
|
||||
*
|
||||
* @param $invoice
|
||||
* @param $type
|
||||
* @return string
|
||||
|
Loading…
x
Reference in New Issue
Block a user