ProxyRule
class ProxyRule
kotlin.Any | |
↳ | androidx.webkit.ProxyConfig.ProxyRule |
Class that holds a scheme filter and a proxy URL.
Summary
Public methods | |
---|---|
String |
Returns the |
String |
getUrl() Returns the |
Public methods
getSchemeFilter
@NonNull fun getSchemeFilter(): String
Returns the String
that represents the scheme filter for this object.
Return | |
---|---|
String |
Scheme filter |