ClipboardUtils

class ClipboardUtils
    author: Blankj
    blog  : http://blankj.com
    time  : 2016/09/25
    desc  : 剪贴板相关工具类

Functions

copyIntent
Link copied to clipboard
open fun copyIntent(intent: Intent)
复制意图到剪贴板
copyText
Link copied to clipboard
open fun copyText(text: CharSequence)
复制文本到剪贴板
copyUri
Link copied to clipboard
open fun copyUri(uri: Uri)
复制uri到剪贴板
getIntent
Link copied to clipboard
open fun getIntent(): Intent
获取剪贴板的意图
getText
Link copied to clipboard
open fun getText(): CharSequence
获取剪贴板的文本
getUri
Link copied to clipboard
open fun getUri(): Uri
获取剪贴板的uri