Uses of Class
com.mypurecloud.sdk.v2.model.CustomI18nLabels
Packages that use CustomI18nLabels
-
Uses of CustomI18nLabels in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CustomI18nLabelsModifier and TypeMethodDescriptionLanguage of localized labels in homescreen app (eg. en-us, de-de) and push notificationCustomI18nLabels.localizedLabels(List<LocalizedLabels> localizedLabels) Contains localized labels used in messenger apps and push notification.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CustomI18nLabelsModifier and TypeMethodDescriptionWebDeploymentConfigurationVersion.getCustomI18nLabels()WebDeploymentConfigurationVersionResponse.getCustomI18nLabels()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type CustomI18nLabelsModifier and TypeMethodDescriptionWebDeploymentConfigurationVersion.customI18nLabels(List<CustomI18nLabels> customI18nLabels) The localization settings for homescreen appWebDeploymentConfigurationVersionResponse.customI18nLabels(List<CustomI18nLabels> customI18nLabels) The localization settings for homescreen appvoidWebDeploymentConfigurationVersion.setCustomI18nLabels(List<CustomI18nLabels> customI18nLabels) voidWebDeploymentConfigurationVersionResponse.setCustomI18nLabels(List<CustomI18nLabels> customI18nLabels)