Notifications
extends CloudApiBase
in
implements
CloudApiInterface
Class Notifications
Table of Contents
$client | ClientInterface | |
---|---|---|
get() | Returns details about a notification. | NotificationResponse |
getAll() | Returns a list of notifications. | NotificationsResponse |
__construct() | Client constructor. | mixed |
Properties
$client
protected
ClientInterface
$client
Methods
get()
Returns details about a notification.
public
get(
$notificationUuid :
string
)
: NotificationResponse
Parameters
- $notificationUuid : string
Return values
NotificationResponsegetAll()
Returns a list of notifications.
public
getAll(
$applicationUuid :
string
)
: NotificationsResponse
Parameters
- $applicationUuid : string
Return values
NotificationsResponse__construct()
Client constructor.
public
__construct(
$client :
ClientInterface
)
: mixed
Parameters
- $client : ClientInterface