Methods
(static) CreateAlbumView(album) → {dynamic}
Shows details on selected album. Description text, image, and list of available songs
Parameters:
Name |
Type |
Description |
album |
object
|
|
- Source:
-
(static) CreateArtistView(artist) → {dynamic}
Shows details on selected artist. Bio, image, and list of available albums
Parameters:
Name |
Type |
Description |
artist |
object
|
|
- Source:
-
(static) CreateHomeGroup() → {dynamic}
- Source:
-
(static) CreateItemGrid(libraryItem) → {dynamic}
Parameters:
Name |
Type |
Description |
libraryItem |
object
|
|
- Source:
-
(static) CreateMovieDetailsGroup(movie) → {dynamic}
Parameters:
Name |
Type |
Description |
movie |
object
|
|
- Source:
-
(static) CreateMovieLibraryView(libraryItem) → {dynamic}
Parameters:
Name |
Type |
Description |
libraryItem |
object
|
|
- Source:
-
(static) CreateMusicLibraryView(libraryItem) → {dynamic}
Parameters:
Name |
Type |
Description |
libraryItem |
object
|
|
- Source:
-
(static) CreatePersonView(personData) → {dynamic}
Parameters:
Name |
Type |
Description |
personData |
object
|
|
- Source:
-
(static) CreatePlaylistView(playlist) → {dynamic}
Shows details on selected playlist. Description text, image, and list of available items
Parameters:
Name |
Type |
Description |
playlist |
object
|
|
- Source:
-
(static) CreateSearchPage() → {dynamic}
- Source:
-
(static) CreateSeasonDetailsGroup(series, season) → {dynamic}
Parameters:
Name |
Type |
Description |
series |
object
|
|
season |
object
|
|
- Source:
-
(static) CreateSeasonDetailsGroupByID(seriesID, seasonID) → {dynamic}
Parameters:
Name |
Type |
Description |
seriesID |
string
|
|
seasonID |
string
|
|
- Source:
-
(static) CreateSeriesDetailsGroup(seriesID) → {dynamic}
Parameters:
Name |
Type |
Description |
seriesID |
string
|
|
- Source:
-
(static) CreateServerGroup() → {dynamic}
- Source:
-
(static) CreateSigninGroup(useropt) → {dynamic}
Parameters:
Name |
Type |
Attributes |
Default |
Description |
user |
dynamic
|
<optional>
|
""
|
|
- Source:
-
(static) CreateUserSelectGroup(usersopt) → {dynamic}
Parameters:
Name |
Type |
Attributes |
Default |
Description |
users |
dynamic
|
<optional>
|
[]
|
|
- Source:
-
(static) CreateVideoPlayerGroup(video_id, mediaSourceIdopt, audio_stream_idxopt, forceTranscodingopt, showIntroopt, allowResumeDialogopt) → {dynamic}
Parameters:
Name |
Type |
Attributes |
Default |
Description |
video_id |
string
|
|
|
|
mediaSourceId |
dynamic
|
<optional>
|
invalid
|
|
audio_stream_idx |
integer
|
<optional>
|
1
|
|
forceTranscoding |
boolean
|
<optional>
|
false
|
|
showIntro |
boolean
|
<optional>
|
true
|
|
allowResumeDialog |
boolean
|
<optional>
|
true
|
|
- Source:
-
(static) DeleteFromServerList(urlToDelete) → {void}
Parameters:
Name |
Type |
Description |
urlToDelete |
dynamic
|
|
- Source:
-
(static) LoginFlow() → {dynamic}
- Source:
-
(static) SaveServerList() → {void}
- Source:
-
Roku Performance monitoring
Parameters:
Name |
Type |
Description |
signalName |
string
|
|
- Source:
-
(static) playbackOptionDialog(time, meta) → {void}
Opens dialog asking user if they want to resume video or start playback over only on the home screen
Parameters:
Name |
Type |
Description |
time |
longinteger
|
|
meta |
object
|
|
- Source:
-