public class AsyncStorageIdlingResource
| Modifier and Type | Class and Description |
|---|---|
static class |
AsyncStorageIdlingResource.Companion |
| Modifier and Type | Field and Description |
|---|---|
static AsyncStorageIdlingResource.Companion |
Companion |
| Constructor and Description |
|---|
AsyncStorageIdlingResource(com.facebook.react.bridge.NativeModule module,
kotlin.jvm.functions.Function1<? super java.util.concurrent.Executor,com.wix.detox.reactnative.idlingresources.SerialExecutorReflected> sexecutorReflectedGenFn) |
AsyncStorageIdlingResource(com.facebook.react.bridge.NativeModule module) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLogTag() |
java.lang.String |
getName() |
boolean |
isIdleNow() |
void |
registerIdleTransitionCallback(androidx.test.espresso.IdlingResource.ResourceCallback callback) |
public static AsyncStorageIdlingResource.Companion Companion
@JvmOverloads
public AsyncStorageIdlingResource(@NotNull
com.facebook.react.bridge.NativeModule module,
@NotNull
kotlin.jvm.functions.Function1<? super java.util.concurrent.Executor,com.wix.detox.reactnative.idlingresources.SerialExecutorReflected> sexecutorReflectedGenFn)
@JvmOverloads
public AsyncStorageIdlingResource(@NotNull
com.facebook.react.bridge.NativeModule module)
@NotNull public java.lang.String getLogTag()
@NotNull public java.lang.String getName()
public boolean isIdleNow()
public void registerIdleTransitionCallback(@Nullable
androidx.test.espresso.IdlingResource.ResourceCallback callback)