public class DelegatedIdleInterrogationStrategy implements IdleInterrogationStrategy
Delegates the interrogation to the native module itself, added here in the context of RN v0.62 (followed by a previous refactor and rename of the class).
| Modifier and Type | Class and Description |
|---|---|
static class |
DelegatedIdleInterrogationStrategy.Companion |
| Modifier and Type | Field and Description |
|---|---|
static DelegatedIdleInterrogationStrategy.Companion |
Companion |
| Constructor and Description |
|---|
DelegatedIdleInterrogationStrategy(com.facebook.react.bridge.NativeModule timingModule)
Delegates the interrogation to the native module itself, added
here in the context
of RN v0.62 (followed by a previous refactor and rename of the class).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIdleNow() |
isIdleNowpublic static DelegatedIdleInterrogationStrategy.Companion Companion
public DelegatedIdleInterrogationStrategy(@NotNull
com.facebook.react.bridge.NativeModule timingModule)
Delegates the interrogation to the native module itself, added here in the context of RN v0.62 (followed by a previous refactor and rename of the class).