-
Notifications
You must be signed in to change notification settings - Fork 60
Tizen API: Network
zuzu_yun edited this page Mar 21, 2017
·
2 revisions
For converting Network API of tizen to TOAST API, please refer to the followings.
Please note that network-information plugin is based on cordova spec. If you want get more details for usage, refer cordova-plugin-network-information
Please add following privilege in the config.xml
<tizen:privilege name="http://developer.samsung.com/privilege/network.public"/>
-
Before
var activeType = webapis.network.getActiveConnectionType();
-
After
var activeType = navigator.connection.type;
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