Open system share for a link
Example:
await Eitri.share.link({
url: "https://www.eitriplatform.com/"
})
- API LEVEL
7
- Functionality added
Open system share for a simple text
Example:
await Eitri.share.text({
text: "hello world"
})
- API LEVEL
9
- Functionality added
Generated using TypeDoc
Methods for sharing content using the device's share sheet.