PHP Interface LaravelFCM\Response\GroupResponseContract

Show file Open project: brozot/laravel-fcm

Public Methods

Method Description
numberFailure ( ) : integer Get the number of device which thrown an error
numberSuccess ( ) : integer Get the number of device reached with success
tokensFailed ( ) : array Get all token in group that fcm cannot reach

Method Details

numberFailure() public method

Get the number of device which thrown an error
public numberFailure ( ) : integer
return integer

numberSuccess() public method

Get the number of device reached with success
public numberSuccess ( ) : integer
return integer

tokensFailed() public method

Get all token in group that fcm cannot reach
public tokensFailed ( ) : array
return array