Interface Hook.SdkInit

All Known Implementing Classes:
Hooks
Enclosing class:
Hook

public static interface Hook.SdkInit
Transforms the HTTPClient before use.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Hook.SdkInit
    The default action is to return the client untouched.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a transformed HTTPClient and baseUrl for use in requests.
  • Field Details

    • DEFAULT

      static final Hook.SdkInit DEFAULT
      The default action is to return the client untouched.
  • Method Details