request

abstract suspend fun request(url: String): AdResult<ByteArray>

Method for downloading advertising resources.

Can be used to conveniently download advertising resources using the passed URL.

Return

Downloaded data from the passed URL.

Parameters

url

The http/https URL to the resource.