|
|
static final String | KIND_DOCSVIEWER = "DocsViewer" |
| |
|
static final String | KIND_MEDIAPLAYER = "MediaPlayer" |
| |
|
static final String | KIND_SLIDE = "Slide" |
| |
The WindowAppParam class. Used to construct the WindowAppParam object.
◆ createSlideApp()
| static WindowAppParam com.herewhite.sdk.domain.WindowAppParam.createSlideApp |
( |
String |
taskUuid, |
|
|
String |
prefixUrl, |
|
|
String |
title |
|
) |
| |
|
static |
Constructs the parameters used to add PPT slides in whiteboard.
- Parameters
-
| taskUuid | The task UUID of the conversion task. |
| prefixUrl | URL begins with http or https, such as https://convertcdn.netless.link/dynamicConvert. Notice that the URL does not end with /. |
| title | The title of the window, which is used to display the inserted docs. |
- Returns
- The
WindowAppParam object.