Package org.robolectric.shadows
Class ShadowConnection
java.lang.Object
org.robolectric.shadows.ShadowConnection
@Implements(value=android.telecom.Connection.class, minSdk=25) public class ShadowConnection extends Object
Shadow for 
Connection that represents a phone call or connection to a remote endpoint
 that carries voice and/or video traffic.- 
Constructor SummaryConstructors Constructor Description ShadowConnection()
- 
Method SummaryModifier and Type Method Description Optional<String>getLastConnectionEvent()protected voidsendConnectionEvent(String event, Bundle extras)Records the event sent through sendConnectionEvent to be accessed later by tests.
- 
Constructor Details- 
ShadowConnectionpublic ShadowConnection()
 
- 
- 
Method Details- 
sendConnectionEventRecords the event sent through sendConnectionEvent to be accessed later by tests.
- 
getLastConnectionEvent
 
-