connection_internet_state_changed_cb typedef

connection_internet_state_changed_cb = Pointer<NativeFunction<connection_internet_state_changed_cbFunction>>

@brief Called when the Internet state of the current connection is changed. @since_tizen 5.5 @paramin state The Internet state of current connection @paramin user_data The user data passed to callback registration function

Implementation

typedef connection_internet_state_changed_cb = ffi
    .Pointer<ffi.NativeFunction<connection_internet_state_changed_cbFunction>>;