<?xml version="1.0" encoding="UTF-8"?>
<root>
    <doclet-version-NOT-library-version>1.07</doclet-version-NOT-library-version>
    <class>
        <name>com.georgieapps.contextual.Contextual</name>
        <shortname>Contextual</shortname>
        <owner>activity</owner>
        <permission>android.permission.WRITE_EXTERNAL_STORAGE</permission>
        <method>
            <name>queryStatus</name>
            <comment></comment>
            <returntype>void</returntype>
            <parameter>
                <name>lastDownload</name>
                <type>long</type>
            </parameter>
        </method>
        <method>
            <name>addContextMenu</name>
            <comment>Adds a context menu (aka, right click) to your webview to download files.  Use "long click"
to activate since Android didn't give us a right button.  An assertive press - not a punch - is 
recommended; the context menu should appear.  The device's pictures, downloads and 
your SafeDirExternal folders are offered as destinations.  WRITE_EXTERNAL_STORAGE 
permission has been added to the manifest for your convenience.  Don't forget runtime 
check/request, if applicable.  I prevent a crash if you forget, but I can't override what Google 
may require in this regard.</comment>
            <returntype>void</returntype>
            <parameter>
                <name>webview</name>
                <type>android.webkit.WebView</type>
            </parameter>
        </method>
        <method>
            <name>Initialize</name>
            <comment></comment>
            <returntype>void</returntype>
            <parameter>
                <name>ba</name>
                <type>anywheresoftware.b4a.BA</type>
            </parameter>
            <parameter>
                <name>eventName</name>
                <type>java.lang.String</type>
            </parameter>
        </method>
        <field>
            <name>isInitialized</name>
            <comment></comment>
            <returntype>boolean</returntype>
        </field>
    </class>
    <version>0.93</version>
    <author>drgottjr</author>
</root>
