Class ShadowCall

    • Constructor Detail

      • ShadowCall

        public ShadowCall()
    • Method Detail

      • hasSentRttRequest

        public boolean hasSentRttRequest()
        Determines whether sendRttRequest() was called.
        Returns:
        true if sendRttRequest() was called, false otherwise.
      • clearHasSentRttRequest

        public void clearHasSentRttRequest()
        "Forgets" that sendRttRequest() was called.
      • respondToRttRequest

        @Implementation(minSdk=28)
        protected void respondToRttRequest​(int id,
                                           boolean accept)
      • hasRespondedToRttRequest

        public boolean hasRespondedToRttRequest()
        Determines whether respondToRttRequest() was called.
        Returns:
        True if respondToRttRequest() was called, false otherwise.
      • getId

        public String getId()