Agora Interactive Whiteboard Java API Reference
Public Member Functions | List of all members
com.herewhite.sdk.domain.SceneState Class Reference
Inheritance diagram for com.herewhite.sdk.domain.SceneState:
com.herewhite.sdk.domain.WhiteObject

Public Member Functions

Scene[] getScenes ()
 
String getScenePath ()
 
int getIndex ()
 
- Public Member Functions inherited from com.herewhite.sdk.domain.WhiteObject
String toString ()
 
JSONObject toJSON ()
 

Detailed Description

The scene state.

Member Function Documentation

◆ getScenes()

Scene[] com.herewhite.sdk.domain.SceneState.getScenes ( )

Gets the list of scenes under the current scene directory.

Returns
The list of scenes under the current scene directory.

◆ getScenePath()

String com.herewhite.sdk.domain.SceneState.getScenePath ( )

Gets the path of the current scene.

Returns
The path of the current scene.

◆ getIndex()

int com.herewhite.sdk.domain.SceneState.getIndex ( )

Gets the index of the current scene under its scene directory.

Returns
The index of the current scene under its scene directory.