Interface AckListener


  • public interface AckListener
    Interface which listens for acknowledgement of messages sent to AppDesktop.
    See Also:
    Ack
    • Method Detail

      • onSuccess

        void onSuccess​(Ack ack)
        Invoked when the request to AppDesktop is successful
        Parameters:
        ack - an Ack object
        See Also:
        Ack
      • onError

        void onError​(Ack ack)
        Invoked when the request to AppDesktop has errors
        Parameters:
        ack - an Ack object
        See Also:
        Ack