validate

abstract fun validate(context: Context)(source)

Called from TorServiceConfig.Foreground.Companion.Builder when creating a new instance of TorServiceConfig.Foreground.

The intended purpose is to validate anything requiring Context that the Factory was instantiated with.

The defaultConfig and info are validated directly after this function is called and do not need to be validated here.

Implementations MUST ensure all resources are configured correctly to inhibit an unrecoverable application state if TorServiceConfig is allowed to be instantiated with a non-operational component or resource.