//Granify Android SDK/com.granifyinc.granifysdk.models/PageIdentifier

PageIdentifier

class PageIdentifier(val pageType: PageType, val path: String)

Contains information about a page’s type and its unique path.

Parameters

androidJvm

   
pageType The PageType of the current page.
path The unique path for the page. This must be the same value each time this page is visited. For example, a product page path could be a string containing the parent collection and the product id.

Constructors

   
PageIdentifier [androidJvm]
constructor(pageType: PageType, path: String)

Properties

Name Summary
pageType [androidJvm]
val pageType: PageType
path [androidJvm]
val path: String

Functions

Name Summary
toString [androidJvm]
open override fun toString(): String