| 1 | <?php |
||
| 18 | class GcmMessageBuilder |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Get configured service message. |
||
| 22 | * |
||
| 23 | * @param array $tokens |
||
| 24 | * @param \Jgut\Tify\Notification\GcmNotification $notification |
||
| 25 | * |
||
| 26 | * @throws \InvalidArgumentException |
||
| 27 | * @throws \RuntimeException |
||
| 28 | * |
||
| 29 | * @return \Jgut\Tify\Service\Message\Gcm |
||
| 30 | */ |
||
| 31 | public static function build(array $tokens, GcmNotification $notification) |
||
| 52 | } |
||
| 53 |