PHP 인터페이스 LaravelFCM\Response\GroupResponseContract

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

공개 메소드들

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

메소드 상세

numberFailure() 공개 메소드

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

numberSuccess() 공개 메소드

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

tokensFailed() 공개 메소드

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