Has a call to
mCastManager.wakeDevice(mac, storedDevice.getUri(), WOW_TIMEOUT, new SimpleCallback<Service>() { @Override public void run(Service result) { smartDeviceClicked(result); wakingDialog.cancel(); mDevicesDialog.dismiss(); } });
Unfortunately the CastManager object has no such function
SmartViewSDKCastVideo/SmartViewSDKCastVideo_Android/FastCast-Demo/src/com/samsung/multiscreenplayer/controller/AppController.java
Has a call to
mCastManager.wakeDevice(mac, storedDevice.getUri(), WOW_TIMEOUT, new SimpleCallback<Service>() { @Override public void run(Service result) { smartDeviceClicked(result); wakingDialog.cancel(); mDevicesDialog.dismiss(); } });
Unfortunately the CastManager object has no such function