-
public final class UtilsKt
-
-
Method Summary
Modifier and Type Method Description final static UnitcopyIntoClipboard(Context ctx, String label, String value)Save a text into the clipboard. final static StringpasteFromClipboard(Context ctx)Receive the clipboard data. -
-
Method Detail
-
copyIntoClipboard
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Unit copyIntoClipboard(Context ctx, String label, String value)
Save a text into the clipboard.
-
pasteFromClipboard
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static String pasteFromClipboard(Context ctx)
Receive the clipboard data.
-
-
-
-