ExtendedApplicationLauncherTrait.ApplicationNames

class ExtendedApplicationLauncherTrait.ApplicationNames : ClusterStruct


Application names and language-specific synonyms.

Summary

Nested types

Descriptor enum for this struct's fields.

Public constructors

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

Creates the ApplicationNames class.

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

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 functions

getDescriptor

@HomeExperimentalGenericApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalGenericApi
open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

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.