From bb1715de71ae992128c99ffad15e15d5168a2e1f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 9 Dec 2011 13:13:20 +0200 Subject: [PATCH] doc: Add method description for browser agent callback --- doc/agent-api.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/agent-api.txt b/doc/agent-api.txt index 14b2e50..7ba3d56 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -23,6 +23,17 @@ Methods void Release() Possible Errors: net.connman.Agent.Error.Retry + void RequestBrowser(object service, string url) + + This method gets called when it is required + to ask the user to open a website to procceed + with login handling. + + This can happen if connected to a hotspot portal + page without WISPr support. + + Possible Errors: net.connman.Agent.Error.Retry + dict RequestInput(object service, dict fields) This method gets called when trying to connect to -- 2.7.4