Uses of Class
com.onfido.Onfido.Builder
-
Packages that use Onfido.Builder Package Description com.onfido com.onfido.api -
-
Uses of Onfido.Builder in com.onfido
Methods in com.onfido that return Onfido.Builder Modifier and Type Method Description Onfido.BuilderOnfido.Builder. apiToken(String apiToken)Api token attribute.static Onfido.BuilderOnfido. builder()Gives access to the builder for the object.Onfido.BuilderOnfido.Builder. clientInterceptor(okhttp3.Interceptor interceptor)Interceptor attribute.Onfido.BuilderOnfido.Builder. regionCA()Sets the object to use the Canada region base URL.Onfido.BuilderOnfido.Builder. regionEU()Sets the object to use the EU region base URL.Onfido.BuilderOnfido.Builder. regionUS()Sets the object to use the US region base URL.Onfido.BuilderOnfido.Builder. unknownApiUrl(String url)Sets the object to use the specified URL for the api. -
Uses of Onfido.Builder in com.onfido.api
Constructors in com.onfido.api with parameters of type Onfido.Builder Constructor Description Config(Onfido.Builder builder)Instantiates a new Config.
-