Uses of Class
com.mypurecloud.sdk.v2.model.CobrowseSettings
Packages that use CobrowseSettings
-
Uses of CobrowseSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CobrowseSettingsModifier and TypeMethodDescriptionCobrowseSettings.allowAgentControl(Boolean allowAgentControl) Whether the viewer should have option to request controlCobrowseSettings.allowAgentNavigation(Boolean allowAgentNavigation) Whether the viewer should have option to request navigationShould cobrowse draw be enabledCobrowseSettings.channels(List<CobrowseSettings.ChannelsEnum> channels) Cobrowse channels for web messengerWhether or not cobrowse is enabledWebDeploymentConfigurationVersion.getCobrowse()WebDeploymentConfigurationVersionResponse.getCobrowse()CobrowseSettings.maskSelectors(List<String> maskSelectors) Mask patterns that will apply to pages being sharedCobrowseSettings.pauseCriteria(List<PauseCriteria> pauseCriteria) Pause criteria that will pause cobrowse if some of them are met in the user's URLCobrowseSettings.readonlySelectors(List<String> readonlySelectors) Readonly patterns that will apply to pages being sharedMethods in com.mypurecloud.sdk.v2.model with parameters of type CobrowseSettingsModifier and TypeMethodDescriptionWebDeploymentConfigurationVersion.cobrowse(CobrowseSettings cobrowse) The settings for cobrowseWebDeploymentConfigurationVersionResponse.cobrowse(CobrowseSettings cobrowse) The settings for cobrowsevoidWebDeploymentConfigurationVersion.setCobrowse(CobrowseSettings cobrowse) voidWebDeploymentConfigurationVersionResponse.setCobrowse(CobrowseSettings cobrowse)