ValueNewPageFactory

A NewPageFactory that returns the same NewPage instance every time it is called.

Constructors

Link copied to clipboard
constructor(@NonNull newPage: NewPage)
Create the factory for returning the given newPage instance.

Functions

Link copied to clipboard
This method is called every time the factory should create a NewPage instance.