ws1-framework/com.airwatch.certpinning.repository/CertPinRepository/getHosts
getHosts¶
abstract fun getHosts(vararg hostList: String): List<HostRecord>
Gets all host records based on host URLs.
Parameters¶
| Name | Description |
|---|---|
| hostList | Non-null vararg of host URL strings. |
Return¶
Non-null list of HostRecord objects.