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 $invoice
|
||||||
* @param $token
|
* @param $token
|
||||||
* @param $type
|
* @param $type
|
||||||
@ -88,6 +92,10 @@ class PushService
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* messageType function
|
||||||
|
*
|
||||||
|
* method which formats an appropriate message depending on message type
|
||||||
|
*
|
||||||
* @param $invoice
|
* @param $invoice
|
||||||
* @param $type
|
* @param $type
|
||||||
* @return string
|
* @return string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user