settings_item

kavulix

Item type: settings
Roku component: roParagraphScreen


Example

<item type="settings"
      title="Channel settings"
      sdposterurl="http://yoursite.com/settings_sd.jpg"
      hdposterurl="http://yoursite.com/settings_hd.jpg"
      enableemailbtn="true"
      enablepolicybtn="true">
   <policy>
This is the privacy policy.
   </policy>
</item>

Supported Attributes

Name: title
Type: string
Supported values
any string of text

Name: shortdesc
Type: string
Supported values
any string of text

Name: sdposterurl
Type: string
Supported values
any url pointing to a jpg, gif or png image

Name: hdposterurl
Type: string
Supported values
any url pointing to a jpg, gif or png image

Name: enableemailbtn
Type: boolean
Supported values
true|false
Notes
If set to true then the "Change email" button will be displayed on the settings screen along with the current email value saved in the registry.

Name: enablepolicybtn
Type: boolean
Supported values
true|false
Notes
If set to true then the "Privacy Policy" button will be displayed on the settings screen.

Name: enableprimaryfeedbtn
Type: boolean
Supported values
true|false
Notes
If set to true then the "Change primary feed" button will be displayed on the settings screen along with the current url value saved in the registry.

Name: enableclearregistrybtn
Type: boolean
Supported values
true|false
Notes
If set to true then the "Clear registry" button will be displayed on the settings screen. When this button is pressed all registry entries for the channel will be deleted including all saved playback positions.

Name: enableextensions
Type: boolean
Supported values
true|false


Supported Child Nodes

description

policy

extension


MongoDB Logo MongoDB