3
* Spring Signage Ltd - http://www.springsignage.com
4
* Copyright (C) 2015 Spring Signage Ltd
5
* (PlayerActionInterface.php)
12
* Interface PlayerActionInterface
15
interface PlayerActionInterface
21
public function getMessage();
24
* Get Encrypted Message
27
public function getEncryptedMessage();
30
* Set Display Identity for the Action
31
* @param string $channel
35
public function setIdentity($channel, $key);
42
public function send($connection);
b'\\ No newline at end of file'