You are here

function hook_kaltura_notification_handler in Kaltura 7.3

Same name and namespace in other branches
  1. 7.2 kaltura.api.php \hook_kaltura_notification_handler()

Executes any additional tasks after "notification is received".

@todo Provide a better description. @todo Describe all possible elements of $notification_data array.

Parameters

array $notification_data: Associative array as it is contained in each element of $data property of object of KalturaNotificationClient class. Keys include:

  • notification_id.
  • notification_type.

See also

kaltura_notification_handler()

\KalturaNotificationClient

File

./kaltura.api.php, line 39
Hooks provided by Kaltura module.

Code

function hook_kaltura_notification_handler(array $notification_data) {

  // @todo Add an example.
}