From 0d205a5ef16247641a56eacbecfe39606f6e5d4a Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 11 Aug 2011 04:13:01 -0500 Subject: [PATCH] doc: Clarify DisplayActionInformation STK API --- doc/stk-api.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/stk-api.txt b/doc/stk-api.txt index ef257352..471e5d61 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -252,13 +252,15 @@ Methods byte RequestSelection(string title, byte icon_id, Possible Errors: [service].Error.SimToolkit.EndSession void DisplayActionInformation(string text, - byte icon_id) [noreply] + 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(). This - method should not return. + until the call is canceled using Cancel(). If the + method returns it is assumed that the user has + explicitly dismissed the dialog and no Cancel() is + sent. boolean ConfirmLaunchBrowser(string information, byte icon_id, string url)