Package 

Class InitialDelay

  • 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

    • Method Summary

      Modifier and Type Method Description
      final Boolean getActive()
      final Integer getDelayValue()
      • Methods inherited from class ai.cardscan.insurance.data.InitialDelay

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InitialDelay

        InitialDelay(Boolean active, Integer delayValue)
        Parameters:
        active - , set whether a delay before loading the webview is active
        delayValue - , value (in milliseconds) for the delay, if omitted, defaults to 5000