ExtendedApplicationLauncherTrait.ApplicationNames

class ExtendedApplicationLauncherTrait.ApplicationNames


Application names and language-specific synonyms.

Summary

Public constructors

ApplicationNames(language: String, nameSynonym: List<String>)

Creates the ApplicationNames class.

Public properties

String

The language code, for example, en for English.

List<String>

User-friendly synonyms for the application name for a given language.

Public constructors

ApplicationNames

ApplicationNames(
    language: String = "",
    nameSynonym: List<String> = emptyList()
)

Creates the ApplicationNames class.

Public properties

language

val languageString

The language code, for example, en for English.

nameSynonym

val nameSynonymList<String>

User-friendly synonyms for the application name for a given language. The first synonym is used in the response.