BitmovinApiSdk\Apis\Notifications\NotificationsApi
Synopsis
class NotificationsApi
{
- // methods
- public void __construct()
- public BitmovinResponse delete()
- public Notification get()
- public NotificationPaginationResponse list()
- public NotificationStateEntryPaginationResponse listByNotificationId()
- public BitmovinResponse mute()
- public BitmovinResponse unmute()
Members
public
Methods
public
- __construct() — NotificationsApi constructor.
- delete() — Delete Notification
- get() — Get Notification
- list() — List Notifications
- listByNotificationId() — List Notification State History (All Resources)
- mute() — Mute Notification
- unmute() — Unmute Notification