Java android.text ClipboardManager fields, constructors, methods, implement or subclass

Example usage for Java android.text ClipboardManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text ClipboardManager.

The text is from its open source code.

Method

CharSequencegetText()
Returns the text on the clipboard.
booleanhasText()
Returns true if the clipboard contains text; false otherwise.
voidsetText(CharSequence text)
Sets the contents of the clipboard to the specified text.