Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DelphiWorlds committed Sep 29, 2023
1 parent 4595745 commit 4eb3c49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Demos/ShareItems/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ ShareItems support is intended as an alternative for ShareSheet actions in Delph

It allows you to share text, images, and files, and the number being shared is restricted only by the OS.

The implementation for the supported platforms is located in the [Features\ShareItems](https://github.com/DelphiWorlds/Kastri/tree/master/Features/ShareItems) folder of Kastri.

## Adding items

Create an instance of TShareItems and call one of AddFile, AddImage or AddText for each item to be shared. Note that on Android, attempting to share text with an image does not appear to work.
Create an instance of TShareItems and call one of AddFile, AddImage or AddText for each item to be shared.

## Executing sharing of items

Expand Down

0 comments on commit 4eb3c49

Please sign in to comment.