Interface GroupResponseContract
- Interface name: GroupResponseContract
- Namespace: LaravelFCM\Response
- This is an interface
integer LaravelFCM\Response\GroupResponseContract::numberSuccess()
Get the number of device reached with success
- Visibility: public
integer LaravelFCM\Response\GroupResponseContract::numberFailure()
Get the number of device which thrown an error
- Visibility: public
array LaravelFCM\Response\GroupResponseContract::tokensFailed()
Get all token in group that fcm cannot reach
- Visibility: public