/
home
/
henzagold
/
server
/
vendor
/
apility
/
laravel-fcm
/
src
/
Response
/
File Upload :
llllll
Current File: //home/henzagold/server/vendor/apility/laravel-fcm/src/Response/TopicResponseContract.php
<?php namespace LaravelFCM\Response; /** * Interface TopicResponseContract. */ interface TopicResponseContract { /** * true if topic sent with success. * * @return bool */ public function isSuccess(); /** * return error message * you should test if it's necessary to resent it. * * @return string error */ public function error(); /** * return true if it's necessary resent it using exponential backoff. * * @return bool */ public function shouldRetry(); }
Copyright ©2k19 -
Hexid
|
Tex7ure