Constants¶
Details¶
- Endless.LICENSE_NO_LICENSE = 'No license'¶
A string constant that represents the “No license” attribution level.
New in version 0.4.
- Endless.LICENSE_OWNER_PERMISSION = 'Owner permission'¶
A string constant that represents the “Owner permission” attribution level.
New in version 0.4.
- Endless.LICENSE_PUBLIC_DOMAN = 'Public domain'¶
A string constant that represents the “Public domain” attribution level.
New in version 0.4.
- Endless.SDK_MAJOR_VERSION = 0¶
Major version number (API level) of the Endless SDK library. For example, this is 0 for version 0.6.1.
New in version 0.6.
- Endless.SDK_MICRO_VERSION = 0¶
Micro version number of the Endless SDK library. For example, this is 1 for version 0.6.1.
New in version 0.6.
- Endless.SDK_MINOR_VERSION = 5¶
Minor version number of the Endless SDK library. For example, this is 6 for version 0.6.1. An even number indicates a stable release, while an odd number is used for development snapshots.
New in version 0.6.
- Endless.STYLE_CLASS_COMPOSITE = 'composite'¶
A CSS class to match a window on a composite TV.
This is added to
Endless.Window
when it is detected to be on a composite TV screen.New in version 0.6.
- Endless.STYLE_CLASS_FLEXY_GRID = 'flexy-grid'¶
A CSS class to match a grid with flexible layout, used by
Endless.FlexyGrid
.Deprecated since version 0.2: The
Endless.FlexyGrid
widget should not be used in newly written code
- Endless.STYLE_CLASS_FLEXY_GRID_CELL = 'flexy-grid-cell'¶
A CSS class to match a cell inside a grid with flexible layout, used by
Endless.FlexyGrid
.Deprecated since version 0.2: The
Endless.FlexyGrid
widget should not be used in newly written code
- Endless.WINDOW_STYLE_CLASS_INNER = 'eos-window-inner'¶