Method |
Description |
|
hasMissingToken ( ) : boolean |
check if missing tokens was given to the request
If true, remove all the empty token in your database |
|
merge ( DownstreamResponse $response ) |
Merge two response |
|
numberFailure ( ) : integer |
Get the number of device which thrown an error |
|
numberModification ( ) : integer |
Get the number of device that you need to modify their token |
|
numberSuccess ( ) : integer |
Get the number of device reached with success |
|
tokensToDelete ( ) : array |
get token to delete |
|
tokensToModify ( ) : array |
get token to modify |
|
tokensToRetry ( ) : array |
Get tokens that you should resend using exponential backoof |
|
tokensWithError ( ) : array |
Get tokens that thrown an error |
|