set Start Dir
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/")
Content copied to clipboard
Example usage (java):
builder = builder.setStartDir("/path/to/web/application/");
Content copied to clipboard
Return
the instance of the PortalBuilder with the start directory set
Parameters
start Dir
the start directory the Portal should load