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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
finish()
com.google.common.util.concurrent.ListenableFuture<BroadcastReceiver.PendingResult>
-
Constructor Details
-
ShadowBroadcastPendingResult
public ShadowBroadcastPendingResult()
-
-
Method Details
-
finish
-
getFuture
public com.google.common.util.concurrent.ListenableFuture<BroadcastReceiver.PendingResult> getFuture()
-