session-android/src/org/thoughtcrime/redphone/pstn/CallStateView.java
Moxie Marlinspike d83a3d71bc Support for Signal calls.
Merge in RedPhone

// FREEBIE
2015-09-30 14:30:09 -07:00

11 lines
181 B
Java

package org.thoughtcrime.redphone.pstn;
/**
* Provides access to the state of a call
*
* @author Stuart O. Anderson
*/
public interface CallStateView {
boolean isInCall();
}