setStartAsEditorAtPage method of the Builder class
Sets one of the previously captured images as a start page by its identifier. The image with this identifier will be displayed at the scenario beginning. In order to show the camera view at the beginning of the scenario, skip this method or pass null.
@MainThread
void setStartAsEditorAtPage( String pageId );
Parameters
- pageId
- Identifier of a page to be shown as a start page at the scenario beginning.
3/2/2022 12:59:15 PM