From: Denis Kenzior Date: Thu, 11 Aug 2011 09:13:01 +0000 (-0500) Subject: doc: Clarify DisplayActionInformation STK API X-Git-Tag: 1.0~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d205a5ef16247641a56eacbecfe39606f6e5d4a;p=platform%2Fupstream%2Fofono.git doc: Clarify DisplayActionInformation STK API --- diff --git a/doc/stk-api.txt b/doc/stk-api.txt index ef25735..471e5d6 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)