setStartDir

Set the directory of the Portal. This directory is the on device directory of where your web application is located.

Example usage (kotlin):

builder = builder.setStartDir("/path/to/web/application/")

Example usage (java):

builder = builder.setStartDir("/path/to/web/application/");

Return

the instance of the PortalBuilder with the start directory set

Parameters

startDir

the start directory the Portal should load