-
Notifications
You must be signed in to change notification settings - Fork 62
Browser
SukyungLee (Sue) edited this page Sep 6, 2016
·
2 revisions
| Module Name | Method Name | Browser |
| IME | X | |
| toast.application | exit | O |
| launchApp | X | |
| getRequestedAppInfo | X | |
| toast.inputdevice | getSupportedKeys | O |
| getKey | O | |
| registerKey | O | |
| unregisterKey | O | |
| toast.tvaudiocontrol | setMute | O |
| isMute | O | |
| setVolume | O | |
| setVolumeUp | O | |
| setVolumeDown | O | |
| getVolume | O | |
| setVolumeChangeListener | O | |
| unsetVulumeChangeListener | O | |
| toast.tvwindow | setSource | O |
| getSource | O | |
| show | O | |
| hide | O | |
| getRect | O | |
| toast.tvchannel | tune | O |
| tuneUp | O | |
| tuneDown | O | |
| findChannel | O | |
| getChannelList | O | |
| getCurrentChannel | O | |
| getProgramList | O | |
| getCurrentProgram | O | |
| addChannelChangeListener | O | |
| removeChannelChangeListener | O | |
| toast.Media | getInstance | O |
| open | O | |
| play | O | |
| stop | O | |
| pause | O | |
| seekTo | O | |
| getDuration | O | |
| getCurrentPosition | O | |
| setListener | O | |
| unsetListener | O | |
| getContainerElement | O | |
| syncVideoRect | O | |
| resetPlugin | O | |
| attachPlugin | O | |
| toast.MediaPlugin | setOption | X |
| unsetOption | X | |
| toast.drminfo | getEsn | O |
| getSdi | O |
uuuu
Getting Started
Converting Tizen to Toast
- Prepare to convert
- Tizen API: AVPlay
- Tizen API: DrmInfo(Deprecated)
- Tizen API: Application
- Tizen API: TVInputDevice
- Tizen API: TVAudioControl
- Tizen API: TVWindow
- Tizen API: TVChannel
- Tizen API: IME
- Tizen API: ProductInfo
- Tizen API: Network
- How to detect platform
Converting Legacy to Toast
- Prepare to convert
- Legacy API: AVPlay
- Legacy API: TVInfo
- Legacy API: Common
- Legacy API: InputDevice
- Legacy API: AudioControl
- Legacy API: TVWindow
- Legacy API: TVChannel
- Legacy API: IME
- How to detect platform
API Reference
- supported cordova plugin
- toast.Media
- toast.MediaPlugin
- toast.drminfo(Deprecated)
- toast.application
- toast.inputdevice
- toast.tvaudiocontrol
- toast.tvwindow
- toast.tvchannel
- toast.billing
Supported platforms
Sample App
Contribution
Frequently Asked Questions