<?xml version="1.0" encoding="UTF-8"?>
<root>
    <doclet-version-NOT-library-version>1.07</doclet-version-NOT-library-version>
    <class>
        <name>com.georgieapps.gsse.GSSE</name>
        <shortname>gsse</shortname>
        <owner>activity</owner>
        <event>gotevent (data as String)</event>
        <permission>android.permission.INTERNET</permission>
        <method>
            <name>setSSE</name>
            <comment>pass the OkHttpUtils2 OkHttpClientWrapper, as per the example.  the url is the url of the site which offer the push
                  notifications, NOT the url you would normally use for GET/POST OkHttpUtils2 commands</comment>
            <returntype>void</returntype>
            <parameter>
                <name>hc</name>
                <type>anywheresoftware.b4h.okhttp.OkHttpClientWrapper</type>
            </parameter>
            <parameter>
                <name>url</name>
                <type>java.lang.String</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>
        <method>
            <name>shutDown</name>
            <comment>if you forget to call this when exiting your app, you will continue to receive notifications until you reboot the device
                  or force stop the app.  the notification thread just keeps running...</comment>
            <returntype>void</returntype>
        </method>
    </class>
    <version>0.01</version>
    <author>drgottjr</author>
    <dependsOn>okhttp-sse-4.9.3.jar</dependsOn>
    <dependsOn>okhttp-4.9.0.jar</dependsOn>
    <dependsOn>OkHttp.jar</dependsOn>
</root>
