Class
PageView
@objc(ZDKPageView)
public final class PageView: NSObject
This object is used to provide session-based data to capture contextual information about an end user. This data is viewable inside Agent Workspace.
Relationships
Conforms To
NSObject
Initializers
init(pageTitle:url:)
@objc public init(pageTitle: String, url: String)
PageView
object that is used to provide session-based data associated to an end user.
Parameters
Name | Type | Description |
---|---|---|
pageTitle | String |
The title of the page that was viewed. |
url | String |
The location of the page that was viewed. |