Uses of Enum Class
com.mypurecloud.sdk.v2.model.WebChatConfig.WebChatSkinEnum
Packages that use WebChatConfig.WebChatSkinEnum
-
Uses of WebChatConfig.WebChatSkinEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebChatConfig.WebChatSkinEnumModifier and TypeMethodDescriptionWebChatConfig.WebChatSkinEnum.fromString(String key) WebChatConfig.getWebChatSkin()Returns the enum constant of this class with the specified name.static WebChatConfig.WebChatSkinEnum[]WebChatConfig.WebChatSkinEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type WebChatConfig.WebChatSkinEnumModifier and TypeMethodDescriptionvoidWebChatConfig.setWebChatSkin(WebChatConfig.WebChatSkinEnum webChatSkin) WebChatConfig.webChatSkin(WebChatConfig.WebChatSkinEnum webChatSkin) css class to be applied to the web chat widget.