com.samsung.android.penup

Interface PenupClient.ConnectionCallback

  • Enclosing class:
    PenupClient


    public static interface PenupClient.ConnectionCallback
    This interface receives a response for the connection request as an asynchronous callback.
    Since:
    PEN.UP 1.0
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void onConnected()
      Called when the connection request has successfully completed.
      void onConnectionFailed(ResponseResult responseResult)
      Called when the connection request has failed.
    • Method Detail

      • onConnected

        void onConnected()
        Called when the connection request has successfully completed.
        Since:
        PEN.UP 1.0
      • onConnectionFailed

        void onConnectionFailed(ResponseResult responseResult)
        Called when the connection request has failed.
        Parameters:
        responseResult - The response result
        Since:
        PEN.UP 1.0