getCompanyName

open fun getCompanyName(@NonNull context: Context, @Nullable defaultName: String): String

Call this method to get the [company name] either configured in the BE admin interface or default if not configured

Return

The configured company name or defaultName

Parameters

context

The application context

defaultName

The default company name if not configured in the BE admin