From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1081312598195875108==" MIME-Version: 1.0 From: Philippe Nunes Subject: [PATCH v2 1/4] stk-api.txt: Introduce the new API DisplayAction Date: Wed, 30 Mar 2011 12:27:41 +0200 Message-ID: <1301480864-8116-1-git-send-email-philippe.nunes@linux.intel.com> In-Reply-To: List-Id: To: ofono@ofono.org --===============1081312598195875108== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- doc/stk-api.txt | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/doc/stk-api.txt b/doc/stk-api.txt index f8a115e..0bcc6b5 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -252,6 +252,7 @@ Methods byte RequestSelection(string title, byte icon_= id, Possible Errors: [service].Error.SimToolkit.EndSession = void DisplayActionInformation(string text, byte icon_id) + [noreply] = Supplies a text string and/or icon concerning the current activity in the terminal and UICC. The @@ -267,6 +268,16 @@ Methods byte RequestSelection(string title, byte icon= _id, confirmation message to oFono and then should open the launch browser with the given url. = + void DisplayAction(string text, byte icon_id) + + Supplies a text string and/or icon concerning the + current activity in the terminal and UICC. The + text should be displayed to the user on screen + until the call is canceled using Cancel() or until the + user decides to end the session. + + Possible Errors: [service].Error.SimToolkit.EndSession + void Cancel() [noreply] = Asks the agent to cancel any ongoing operation in -- = 1.7.1 --===============1081312598195875108==--