Package com.mypurecloud.sdk.v2.model
Class CobrowseSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.CobrowseSettings
- All Implemented Interfaces:
Serializable
Settings concerning cobrowse
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowAgentControl(Boolean allowAgentControl) Whether the viewer should have option to request controlallowAgentNavigation(Boolean allowAgentNavigation) Whether the viewer should have option to request navigationShould cobrowse draw be enabledchannels(List<CobrowseSettings.ChannelsEnum> channels) Cobrowse channels for web messengerWhether or not cobrowse is enabledbooleaninthashCode()maskSelectors(List<String> maskSelectors) Mask patterns that will apply to pages being sharedpauseCriteria(List<PauseCriteria> pauseCriteria) Pause criteria that will pause cobrowse if some of them are met in the user's URLreadonlySelectors(List<String> readonlySelectors) Readonly patterns that will apply to pages being sharedvoidsetAllowAgentControl(Boolean allowAgentControl) voidsetAllowAgentNavigation(Boolean allowAgentNavigation) voidsetAllowDraw(Boolean allowDraw) voidsetChannels(List<CobrowseSettings.ChannelsEnum> channels) voidsetEnabled(Boolean enabled) voidsetMaskSelectors(List<String> maskSelectors) voidsetPauseCriteria(List<PauseCriteria> pauseCriteria) voidsetReadonlySelectors(List<String> readonlySelectors) toString()
-
Constructor Details
-
CobrowseSettings
public CobrowseSettings() -
CobrowseSettings
-
-
Method Details
-
enabled
Whether or not cobrowse is enabled -
getEnabled
-
setEnabled
-
allowAgentControl
Whether the viewer should have option to request control -
getAllowAgentControl
-
setAllowAgentControl
-
allowDraw
Should cobrowse draw be enabled -
getAllowDraw
-
setAllowDraw
-
maskSelectors
Mask patterns that will apply to pages being shared -
getMaskSelectors
-
setMaskSelectors
-
channels
Cobrowse channels for web messenger -
getChannels
-
setChannels
-
readonlySelectors
Readonly patterns that will apply to pages being shared -
getReadonlySelectors
-
setReadonlySelectors
-
pauseCriteria
Pause criteria that will pause cobrowse if some of them are met in the user's URL -
getPauseCriteria
-
setPauseCriteria
-
equals
-
hashCode
public int hashCode() -
toString
-