Class ShadowInstrumentation.ServiceConnectionDataWrapper

java.lang.Object
org.robolectric.shadows.ShadowInstrumentation.ServiceConnectionDataWrapper
Enclosing class:
ShadowInstrumentation

protected static class ShadowInstrumentation.ServiceConnectionDataWrapper extends Object
Contains the necessary information for imitating proper Android service binding.
  • Field Details

    • componentNameForBindService

      public final ComponentName componentNameForBindService
    • binderForBindService

      public final IBinder binderForBindService
  • Constructor Details

    • ServiceConnectionDataWrapper

      public ServiceConnectionDataWrapper(ComponentName componentNameForBindService, IBinder binderForBindService)