/* * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. * * Licensed under the Flora License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef _SAT_UI_TEL_REQUEST_H_ #define _SAT_UI_TEL_REQUEST_H_ #include "sat-ui.h" int setup_tapi_init(void *data); int send_ui_user_confirm(int cmd_id, int cmd_type, int key_type, int data_len, void *data, void *app_data); int send_app_execution_result(TelSatAppsRetInfo_t *app_ret_info, void *data); int send_ui_display_status(int cmd_id, TelSatUiDisplayStatusType_t ui_display_status_info, void *data); int satui_send_menu_selection_env(TapiHandle *handle, TelSatMenuSelectionReqInfo_t *menu_selection_req_info); int send_menu_selection_info(TapiHandle *handle, char item_id, int bIsRequestingHelpText); #endif