getApplicationName

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

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

Return

The configured application name or defaultName

Parameters

context

The application context

defaultName

The default application name if not configured in the BE admin