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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classThe captured arguments for a call that is requested to be redirected.static enumThe type of the redirection result.
- 
Method SummaryModifier and TypeMethodDescription
- 
Method Details- 
getRedirectionResultTypepublic ShadowCallRedirectionService.RedirectionResult.RedirectionResultType getRedirectionResultType()
- 
getRedirectCallArgspublic Optional<ShadowCallRedirectionService.RedirectionResult.RedirectCallArgs> getRedirectCallArgs()
 
-