Property | Type | Description | |
---|---|---|---|
$api |
Method | Description | |
---|---|---|
__construct ( |
||
add ( array $data ) : array | Send new notification with provided data. | |
cancel ( string $id ) : array | Cancel notification. | |
getAll ( integer $limit = self::NOTIFICATIONS_LIMIT, integer $offset ) : array | Get information about all notifications. | |
getOne ( string $id ) : array | Get information about notification with provided ID. | |
open ( string $id ) : array | Open notification. |
Method | Description | |
---|---|---|
resolve ( array $data ) |