Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

heytherewill/Mvx.Clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Mvx.Clipboard

๐Ÿ“‹ MvvmCross plugin to access the device's clipboard

Installation

Install via NuGet using:

PM> Install-Package Mvx.Clipboard

Usage

Resolve it:

var clipboardService = Mvx.Resolve<IClipboardService>();

Set clipboard data:

var success = clipboardService.CopyToClipboard("Some text");

Get data from clipboard:

var clipboardContent = clipboardService.ReadFromClipboard();;

#Thanks

Clipboard icon by Andrew Onorato from the Noun Project

About

๐Ÿ“‹ MvvmCross plugin to access the device's clipboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages