ZendeskSDK Documentation

Class Page​View

@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.

PageView PageView NSObject NSObject PageView->NSObject

Conforms To

NSObject

Initializers

init(page​Title:​url:​)

@objc public init(pageTitle: String, url: String)  

PageView object that is used to provide session-based data associated to an end user.

Parameters

page​Title String

The title of the page that was viewed.

url String

The location of the page that was viewed.