State3DModeListener¶
com.connectsdk.service.capability.TVControl.State3DModeListener
extends ResponseListener
Success block that is called upon successfully getting the TV’s 3D mode
Passes a Boolean to see Whether 3D mode is currently enabled on the TV
Inherited Methods¶
void onSuccess (T object)
Returns the success of the call of type T.
- Parameters:
- object – Response object, can be any number of object types, depending on the protocol/capability/etc
void onError (ServiceCommandError error)
Method to return the error that was generated. Will pass an error object with a helpful status code and error message.
- Parameters:
- error – ServiceCommandError describing the error