Interface StateListener


  • @API(status=MAINTAINED)
    public interface StateListener
    Implement this interface if you would like to receive state updates whenever Carabiner reports status changes.
    • Method Detail

      • carabinerStatusReceived

        void carabinerStatusReceived​(State state)
        Called whenever we receive a status update from Carabiner.
        Parameters:
        state - the new state of our connection