From: Philippe Nunes Date: Tue, 28 Aug 2012 13:21:19 +0000 (+0200) Subject: doc: Add RequestQuickDigit method to StkAgent X-Git-Tag: 1.11~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4870c760ef9627962ce06bac48791cdf4fdee76;p=platform%2Fupstream%2Fofono.git doc: Add RequestQuickDigit method to StkAgent Add new STK Agent API to get digit response on single key press --- diff --git a/doc/stk-api.txt b/doc/stk-api.txt index 471e5d6..8228c8d 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -193,6 +193,15 @@ Methods byte RequestSelection(string title, byte icon_id, Possible Errors: [service].Error.SimToolkit.GoBack [service].Error.SimToolkit.EndSession + string RequestQuickDigit(string alpha, byte icon_id) + + Same as above but the entered digit shall not be + displayed and the response shall be sent immediately + after the key press. "+" is not allowed for user input. + + Possible Errors: [service].Error.SimToolkit.GoBack + [service].Error.SimToolkit.EndSession + boolean RequestConfirmation(string alpha, byte icon_id) Asks the agent to get confirmation from the user.