summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/pushnotification-api.txt2
-rw-r--r--doc/smartmessaging-api.txt2
-rw-r--r--doc/stk-api.txt4
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/pushnotification-api.txt b/doc/pushnotification-api.txt
index 009c5088..942ba0f1 100644
--- a/doc/pushnotification-api.txt
+++ b/doc/pushnotification-api.txt
@@ -30,7 +30,7 @@ Methods void ReceiveNotification(array{byte} notification, dict info)
Possible Errors: None
- void Release()
+ void Release() [noreply]
Agent is being released, possibly because of oFono
terminating, SMS interface is being torn down or modem
diff --git a/doc/smartmessaging-api.txt b/doc/smartmessaging-api.txt
index 3ef76e2c..36065b42 100644
--- a/doc/smartmessaging-api.txt
+++ b/doc/smartmessaging-api.txt
@@ -56,7 +56,7 @@ Methods void ReceiveAppointment(array{byte} appointment, dict info)
Possible Errors: None
- void Release()
+ void Release() [noreply]
Agent is being released, possibly because of oFono
terminating, SMS interface is being torn down or modem
diff --git a/doc/stk-api.txt b/doc/stk-api.txt
index 519cfdff..425ee230 100644
--- a/doc/stk-api.txt
+++ b/doc/stk-api.txt
@@ -257,14 +257,14 @@ Methods byte RequestSelection(string title, byte icon_id,
until the call is canceled using Cancel(). This
method should not return.
- void Cancel()
+ void Cancel() [noreply]
Asks the agent to cancel any ongoing operation in
progress. This is usually either because the agent
is taking too long to respond, the Sim Application
has terminated the session or a task has finished.
- void Release()
+ void Release() [noreply]
Agent is being released, possibly because of oFono
terminating, SimToolkit interface torn down or modem