buildWithValues

fun buildWithValues(type: String, values: List<String>, pageId: String? = null): Page(source)

Build a page with multiple values (e.g., category hierarchy).

Parameters

type

The page type

pageId

Optional page identifier

values

List of values (e.g., category path)


fun buildWithValues(type: PageType, values: List<String>, pageId: String? = null): Page(source)

Build a page with a PageType enum and multiple values.

Parameters

type

The page type enum

pageId

Optional page identifier

values

List of values (e.g., category path)