Class ShadowPhone

    • Constructor Detail

      • ShadowPhone

        public ShadowPhone()
    • Method Detail

      • getCalls

        @Implementation(minSdk=23)
        protected final List<Call> getCalls()
      • getCallAudioState

        @Implementation(minSdk=23)
        protected final CallAudioState getCallAudioState()
      • addCall

        public void addCall​(Call call)
        Add Call to a collection that returns when getCalls is called.
      • removeCall

        public void removeCall​(Call call)
        Remove call that has previously been added via addCall().