SamsungDForum / SmartViewSDKCastVideo

Smart View SDK Reference app to cast video
34 stars 16 forks source link

CastManager missing function wakeDevice() #2

Closed frietveld closed 8 years ago

frietveld commented 8 years ago

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

RockingPrafull commented 8 years ago

intended methods are added into CastManager. Thanks for your feedback.