platformtools
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
platformtools
clipboardmanager
/
io.github.kdroidfilter.platformtools.clipboardmanager
/
ClipboardContent
Clipboard
Content
data
class
ClipboardContent
(
val
text
:
String
?
=
null
,
val
html
:
String
?
=
null
,
val
rtf
:
String
?
=
null
,
val
files
:
List
<
String
>
?
=
null
,
val
imageAvailable
:
Boolean
=
false
,
val
timestamp
:
Long
)
Members
Constructors
Clipboard
Content
Link copied to clipboard
constructor
(
text
:
String
?
=
null
,
html
:
String
?
=
null
,
rtf
:
String
?
=
null
,
files
:
List
<
String
>
?
=
null
,
imageAvailable
:
Boolean
=
false
,
timestamp
:
Long
)
Properties
files
Link copied to clipboard
val
files
:
List
<
String
>
?
=
null
html
Link copied to clipboard
val
html
:
String
?
=
null
image
Available
Link copied to clipboard
val
imageAvailable
:
Boolean
=
false
rtf
Link copied to clipboard
val
rtf
:
String
?
=
null
text
Link copied to clipboard
val
text
:
String
?
=
null
timestamp
Link copied to clipboard
val
timestamp
:
Long