package_manager_request_res_event_cb typedef

package_manager_request_res_event_cb = Pointer<NativeFunction<package_manager_request_res_event_cbFunction>>

@platform @brief Called when the progress of the request to the package resource share changes. @since_tizen 6.5 @remarks The @a pkgid should not be released. The @a pkgid can be used only in the callback. @remarks The @a handle should not be released. The @a handle can be used only in the callback. @paramin req_id The ID of the request to the package manager @paramin pkgid The package ID of resource owner @paramin event_type The type of resource event @paramin event_state The state of resource event @paramin handle The handle which contains additional information of event @paramin user_data The user data passed from package_manager_request_res_copy_with_cb(), package_manager_request_res_create_dir_with_cb(), package_manager_request_res_remove_with_cb() @see package_manager_request_res_copy_with_cb() @see package_manager_request_res_create_dir_with_cb() @see package_manager_request_res_remove_with_cb()

Implementation

typedef package_manager_request_res_event_cb = ffi
    .Pointer<ffi.NativeFunction<package_manager_request_res_event_cbFunction>>;