getHttpPortsAsArray

open fun getHttpPortsAsArray(@NonNull context: Context): Array<String>

Call this method to get the [HTTP ports] either configured in the BE admin interface or default if not configured.

Return

The configured HTTP ports or defaultPorts as Array

Parameters

context

The application context