PHP 인터페이스 LaravelFCM\Response\TopicResponseContract

파일 보기 프로젝트 열기: brozot/laravel-fcm

공개 메소드들

메소드 설명
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

메소드 상세

error() 공개 메소드

return error message you should test if it's necessary to resent it
public error ( ) : string
리턴 string error

isSuccess() 공개 메소드

true if topic sent with success
public isSuccess ( ) : boolean
리턴 boolean

shouldRetry() 공개 메소드

return true if it's necessary resent it using exponential backoff
public shouldRetry ( ) : boolean
리턴 boolean