Package com.mypurecloud.sdk.v2.model
Class CustomI18nLabels
java.lang.Object
com.mypurecloud.sdk.v2.model.CustomI18nLabels
- All Implemented Interfaces:
Serializable
The localization settings for homescreen and push notification
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()Language of localized labels in homescreen app (eg. en-us, de-de) and push notificationlocalizedLabels(List<LocalizedLabels> localizedLabels) Contains localized labels used in messenger apps and push notification.voidsetLanguage(String language) voidsetLocalizedLabels(List<LocalizedLabels> localizedLabels) toString()
-
Constructor Details
-
CustomI18nLabels
public CustomI18nLabels() -
CustomI18nLabels
-
-
Method Details
-
language
Language of localized labels in homescreen app (eg. en-us, de-de) and push notification -
getLanguage
-
setLanguage
-
localizedLabels
Contains localized labels used in messenger apps and push notification. PushNotificationTitle and PushNotificationBody are required when notifications are enabled. -
getLocalizedLabels
-
setLocalizedLabels
-
equals
-
hashCode
public int hashCode() -
toString
-