-
- All Implemented Interfaces:
-
android.os.Parcelable
@Serializable() public final class InitialDelay implements Parcelable
Object to set an initial delay, to help developers inspect the webview using Safari or Chrome
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanactiveprivate final IntegerdelayValue
-
Constructor Summary
Constructors Constructor Description InitialDelay(Boolean active, Integer delayValue)
-
Method Summary
Modifier and Type Method Description final BooleangetActive()final IntegergetDelayValue()-
-
Method Detail
-
getDelayValue
final Integer getDelayValue()
-
-
-
-