Package org.robolectric.shadows
Class ShadowBroadcastPendingResult
java.lang.Object
org.robolectric.shadows.ShadowBroadcastPendingResult
@Implements(android.content.BroadcastReceiver.PendingResult.class) public final class ShadowBroadcastPendingResult extends Object
-
Constructor Summary
Constructors Constructor Description ShadowBroadcastPendingResult()
-
Method Summary
Modifier and Type Method Description protected void
finish()
com.google.common.util.concurrent.ListenableFuture<BroadcastReceiver.PendingResult>
getFuture()
-
Constructor Details
-
ShadowBroadcastPendingResult
public ShadowBroadcastPendingResult()
-
-
Method Details
-
finish
-
getFuture
public com.google.common.util.concurrent.ListenableFuture<BroadcastReceiver.PendingResult> getFuture()
-