1 | <?php |
||
18 | class ServiceFeedbackClient extends ServiceClient |
||
19 | { |
||
20 | /** |
||
21 | * APN Feedback service give you information about failed push notifications |
||
22 | * |
||
23 | * @param array|null $notification |
||
24 | * @throws ClientException |
||
25 | * @return bool |
||
26 | */ |
||
27 | /** |
||
28 | * @return \ArrayIterator |
||
29 | */ |
||
30 | public function sendRequest() |
||
51 | } |
||
52 |