PHP Interface LaravelFCM\Response\TopicResponseContract

Afficher le fichier Open project: brozot/laravel-fcm

Méthodes publiques

Méthode Description
error ( ) : string return error message you should test if it's necessary to resent it
isSuccess ( ) : boolean true if topic sent with success
shouldRetry ( ) : boolean return true if it's necessary resent it using exponential backoff

Method Details

error() public méthode

return error message you should test if it's necessary to resent it
public error ( ) : string
Résultat string error

isSuccess() public méthode

true if topic sent with success
public isSuccess ( ) : boolean
Résultat boolean

shouldRetry() public méthode

return true if it's necessary resent it using exponential backoff
public shouldRetry ( ) : boolean
Résultat boolean