Interface RemoteControlStateCallback


  • public interface RemoteControlStateCallback
    Remote control module event callback interface
    Version:
    1.3
    Author:
    Wmy
    • Method Detail

      • onUpdate

        void onUpdate​(ConnStatus connectionStatus)
        called back when the Remote control module status property is reported
        Parameters:
        connectionStatus - Remote control module connection status.
      • onOperateResult

        void onOperateResult​(ServiceCode code,
                             ServiceResult result)
        Called back when feedback is received from the service
        Parameters:
        code - Device Service Code
        result - Feedback result of service delivery