Closed thammin closed 5 months ago
using var payload = new SharePayload(); payload.AddText("some texts"); await payload.Share();
Hello, I've used to share text only as the code showed above using the NatShare plugin. Can you please make this plugin able to share text only? Thanks.
Coming in next update.
This has been implemented for a while:
var asset = await MediaAsset.FromText("this is some text"); await asset.Share();
Hello, I've used to share text only as the code showed above using the NatShare plugin. Can you please make this plugin able to share text only? Thanks.