yasirkula / UnityNativeShare

A Unity plugin to natively share files (images, videos, documents, etc.) and/or plain text on Android & iOS
MIT License
892 stars 131 forks source link

Text and subject #2

Closed guidoPaglie closed 6 years ago

guidoPaglie commented 6 years ago

Hi ! Your plugin works perfectly on android 7.0 thank you!

I want to change the text and subject, how can i do it using your plugin?

In the previous version this lines were the ones which make that:

intentObject.Call("putExtra", intentClass.GetStatic("EXTRA_TEXT"), textToShare + shareLink);

intentObject.Call("putExtra", intentClass.GetStatic("EXTRA_SUBJECT"), ShareSubject);

Thank u in advance

yasirkula commented 6 years ago

I'll see what can be done about this in the weekend.

guidoPaglie commented 6 years ago

Thank you very much for the rapid response ! Ok ! Thank you again.

yasirkula commented 6 years ago

Hello again, I think I will have to edit the Android .jar library which will take some time as I don't have access to the source files right now. Then I'll also post the .jar source code for anyone who wants to extend its functionality, as well.

yasirkula commented 6 years ago

Can you give the latest version a try?

guidoPaglie commented 6 years ago

It works perfect ! Thank you