Interface IEdsSdkOptions


  • public interface IEdsSdkOptions
    SDK operation options - per-call options (unlike environment/config which is per SDK instance)
    • Method Detail

      • setOperationTimeout

        void setOperationTimeout​(long timeoutMs)
      • getOperationTimeout

        long getOperationTimeout()
      • setBypassCache

        void setBypassCache​(boolean bypassCache)
      • getBypassCache

        boolean getBypassCache()
      • setTransportNetwork

        void setTransportNetwork​(android.net.Network network)
      • getTransportNetwork

        android.net.Network getTransportNetwork()