buildWithId

fun buildWithId(type: String, pageId: String, value: String? = null): Page(source)

Build a page with a type and page ID.

Parameters

type

The page type

pageId

The page identifier

value

Optional single value


fun buildWithId(type: PageType, pageId: String, value: String? = null): Page(source)

Build a page with a PageType enum and page ID.

Parameters

type

The page type enum

pageId

The page identifier

value

Optional single value