This class provides the interface to get notified when the screen changes. More...
#include <RemoteDesktop.h>
Public Member Functions | |
virtual void | screenChanged ()=0 |
Invoked when screen content changes. | |
virtual void | dexStateChanged (bool isDexConnected)=0 |
This callback will be called whenever Dex is connected or disconnected to device. |
This class provides the interface to get notified when the screen changes.
Admin should implement the screenChanged() method to get notifications
virtual void knoxremotedesktop::IRemoteDesktopListener::dexStateChanged | ( | bool | isDexConnected | ) | [pure virtual] |
This callback will be called whenever Dex is connected or disconnected to device.
Admin can use this callback to call Dex Remote capture API when Dex is in connected state and stop capturing Dex screen when Dex is in disconnected state.
API level 35
Knox 3.8
virtual void knoxremotedesktop::IRemoteDesktopListener::screenChanged | ( | ) | [pure virtual] |
Invoked when screen content changes.
Admin can use this callback to capture the screen when this callback is invoked.