getHttpPorts

open fun getHttpPorts(@NonNull context: Context): String

Call this method to get the [HTTP ports] either configured in the BE admin interface or default if not configured. Note : All ports are concatenated with comma separator.

Return

The configured HTTP ports or defaultPorts (separated with comma)

Parameters

context

The application context