Sha256: 33940af3b7951459a3b73ea554a1ec5c3ce263df9b9ffb2311b65003e56a0106

Contents?: true

Size: 1.43 KB

Versions: 11

Compression:

Stored size: 1.43 KB

Contents

<?xml version = "1.0"?>
<?xml-stylesheet type="text/xsl" href="pb_help.xsl"?>
<API>
    <MODULE name="Clipboard" parent="Rho">
        <HELP_OVERVIEW>Clipboard API</HELP_OVERVIEW>
        <MORE_HELP>API for working with device's Clipboard</MORE_HELP>


         <PROPERTIES>
        </PROPERTIES>

        <METHODS>

            <METHOD name="getText" access="STATIC">
                <DESC>return text contain in Clipboard</DESC>
                <PLATFORM>iOS,Android</PLATFORM>
                <RETURN type="STRING">
                </RETURN>
            </METHOD>

            <METHOD name="hasText" access="STATIC">
                <DESC>return true if Clipboard contain some text</DESC>
                <PLATFORM>iOS,Android</PLATFORM>
                <RETURN type="BOOLEAN"/>
            </METHOD>

            <METHOD name="setText" access="STATIC">
                <DESC>put text to Clipboard</DESC>
                <PLATFORM>iOS,Android</PLATFORM>
                <PARAMS>
                    <PARAM name="text" type="STRING">
                    </PARAM>
                </PARAMS>
            </METHOD>

            <METHOD name="clear" access="STATIC">
                <PLATFORM>iOS,Android</PLATFORM>
                <DESC>clear Clipboard</DESC>
            </METHOD>

        </METHODS>

        <USER_OVERVIEW>
        </USER_OVERVIEW>

        <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
        <PLATFORM>iOS,Android</PLATFORM>
    </MODULE>
</API>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rhodes-7.6.0 lib/commonAPI/clipboard/ext/Clipboard.xml
rhodes-7.5.1 lib/commonAPI/clipboard/ext/Clipboard.xml
rhodes-7.4.1 lib/commonAPI/clipboard/ext/Clipboard.xml
rhodes-7.1.17 lib/commonAPI/clipboard/ext/Clipboard.xml
rhodes-6.2.0 lib/commonAPI/clipboard/ext/Clipboard.xml
rhodes-6.0.11 lib/commonAPI/clipboard/ext/Clipboard.xml
rhodes-5.5.18 lib/commonAPI/clipboard/ext/Clipboard.xml
rhodes-5.5.17 lib/commonAPI/clipboard/ext/Clipboard.xml
rhodes-5.5.15 lib/commonAPI/clipboard/ext/Clipboard.xml
rhodes-5.5.0.22 lib/commonAPI/clipboard/ext/Clipboard.xml
rhodes-5.5.2 lib/commonAPI/clipboard/ext/Clipboard.xml