networkId

Initialization method for the AdService.

Required Id for creating an AdService:

runBlocking {
val isSuccess = AdService.init(NETWORK_ID, applicationContext, EventHandler())
Log.d("App", "Init is success: $isSuccess")
}