Sha256: d47c49a3ee578b6d1bcaafa071463dafcbc2fbe21e4160d83ddc66a1bfd938a2
Contents?: true
Size: 365 Bytes
Versions: 17
Compression:
Stored size: 365 Bytes
Contents
module Kaltura module Service class NotificationService < BaseService def get_client_notification(entry_id, type) kparams = {} client.add_param(kparams, 'entryId', entry_id) client.add_param(kparams, 'type', type) perform_request('notification','getClientNotification',kparams,false) end end #class NotificationService end end
Version data entries
17 entries across 17 versions & 2 rubygems