- Source
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
Returns:
- Type:
- dynamic
(static) CreateArtistView(artist) → {dynamic}
Shows details on selected artist. Bio, image, and list of available albums
Parameters:
Name | Type | Description |
---|---|---|
artist | object |
- Source
Returns:
- Type:
- dynamic
(static) CreateHomeGroup() → {dynamic}
- Source
Returns:
- Type:
- dynamic
(static) CreateItemGrid(libraryItem) → {dynamic}
Parameters:
Name | Type | Description |
---|---|---|
libraryItem | object |
- Source
Returns:
- Type:
- dynamic
(static) CreateMovieDetailsGroup(movie) → {dynamic}
Parameters:
Name | Type | Description |
---|---|---|
movie | object |
- Source
Returns:
- Type:
- dynamic
(static) CreateMovieLibraryView(libraryItem) → {dynamic}
Parameters:
Name | Type | Description |
---|---|---|
libraryItem | object |
- Source
Returns:
- Type:
- dynamic
(static) CreateMusicLibraryView(libraryItem) → {dynamic}
Parameters:
Name | Type | Description |
---|---|---|
libraryItem | object |
- Source
Returns:
- Type:
- dynamic
(static) CreatePersonView(personData) → {dynamic}
Parameters:
Name | Type | Description |
---|---|---|
personData | object |
- Source
Returns:
- Type:
- dynamic
(static) CreatePlaylistView(playlist) → {dynamic}
Shows details on selected playlist. Description text, image, and list of available items
Parameters:
Name | Type | Description |
---|---|---|
playlist | object |
- Source
Returns:
- Type:
- dynamic
(static) CreateSearchPage() → {dynamic}
- Source
Returns:
- Type:
- dynamic
(static) CreateSeasonDetailsGroup(series, season) → {dynamic}
Parameters:
Name | Type | Description |
---|---|---|
series | object | |
season | object |
- Source
Returns:
- Type:
- dynamic
(static) CreateSeasonDetailsGroupByID(seriesID, seasonID) → {dynamic}
Parameters:
Name | Type | Description |
---|---|---|
seriesID | string | |
seasonID | string |
- Source
Returns:
- Type:
- dynamic
(static) CreateSeriesDetailsGroup(seriesID) → {dynamic}
Parameters:
Name | Type | Description |
---|---|---|
seriesID | string |
- Source
Returns:
- Type:
- dynamic
(static) CreateServerGroup() → {dynamic}
- Source
Returns:
- Type:
- dynamic
(static) CreateSigninGroup(useropt) → {dynamic}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
user | dynamic | <optional> | "" |
- Source
Returns:
- Type:
- dynamic
(static) CreateUserSelectGroup(usersopt) → {dynamic}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
users | dynamic | <optional> | [] |
- Source
Returns:
- Type:
- dynamic
(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
Returns:
- Type:
- dynamic
(static) DeleteFromServerList(urlToDelete) → {void}
Parameters:
Name | Type | Description |
---|---|---|
urlToDelete | dynamic |
- Source
Returns:
- Type:
- void
(static) LoginFlow() → {dynamic}
- Source
Returns:
- Type:
- dynamic
(static) SaveServerList() → {void}
- Source
Returns:
- Type:
- void
(static) SendPerformanceBeacon(signalName) → {void}
Roku Performance monitoring
Parameters:
Name | Type | Description |
---|---|---|
signalName | string |
- Source
Returns:
- Type:
- void
(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
Returns:
- Type:
- void