Agora Interactive Whiteboard Java API Reference
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
com.herewhite.sdk.domain.WindowAppParam Class Reference

Classes

class  Attributes
 
class  Options
 
class  ProjectorAttributes
 
class  ProjectorOptions
 

Public Member Functions

 WindowAppParam (String kind, Options options, Attributes attributes)
 
String getKind ()
 
Options getOptions ()
 
Attributes getAttributes ()
 

Static Public Member Functions

static WindowAppParam createDocsViewerApp (String scenePath, Scene[] scenes, String title)
 
static WindowAppParam createMediaPlayerApp (String src, String title)
 
static WindowAppParam createSlideApp (String scenePath, Scene[] scenes, String title)
 
static WindowAppParam createSlideApp (String taskUuid, String prefixUrl, String title)
 

Static Public Attributes

static final String KIND_DOCSVIEWER = "DocsViewer"
 
static final String KIND_MEDIAPLAYER = "MediaPlayer"
 
static final String KIND_SLIDE = "Slide"
 

Detailed Description

The WindowAppParam class. Used to construct the WindowAppParam object.

Member Function Documentation

◆ 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
taskUuidThe task UUID of the conversion task.
prefixUrlURL begins with http or https, such as https://convertcdn.netless.link/dynamicConvert. Notice that the URL does not end with /.
titleThe title of the window, which is used to display the inserted docs.
Returns
The WindowAppParam object.