语言

Menu
Sites
Language
Internet Connection changed callback.

In my application i need to a callback when the network connection( change (connected to disconnected or vice versa).

查看选择的答案

响应

3 回复
Mark as answer
pius lee

Use connection manager API.

connection_set_type_changed_cb 

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.native.mobile.apireference/group__CAPI__NETWORK__CONNECTION__MANAGER__MODULE.html#gaaa3be11027ebb5be70762382c2b5ae15

 

rohit sijwali

Thanks Bro. Its Working

Alex Dem

Hi,
just fyi: https://developer.tizen.org/development/tutorials/native-application/network/connection
Alexey.