setDnsPrefetch

open fun setDnsPrefetch(index: Int, value: String): Context.Builder
Specifies hostnames to pre-load DNS records for.
repeated string dns_prefetch = 18;

Return

This builder for chaining.

Parameters

index

The index to set the value at.

value

The dnsPrefetch to set.