Package org.robolectric.shadows
Class ShadowCallRedirectionService.RedirectionResult
java.lang.Object
org.robolectric.shadows.ShadowCallRedirectionService.RedirectionResult
- Enclosing class:
- ShadowCallRedirectionService
The result of the redirection attempt.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The captured arguments for a call that is requested to be redirected.static enum
The type of the redirection result. -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getRedirectionResultType
public ShadowCallRedirectionService.RedirectionResult.RedirectionResultType getRedirectionResultType() -
getRedirectCallArgs
public Optional<ShadowCallRedirectionService.RedirectionResult.RedirectCallArgs> getRedirectCallArgs()
-